Update os/multiples.yml

This commit is contained in:
David Lopez 2023-08-22 10:37:06 +00:00
parent 9488401a35
commit 7fd98f8ae9
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
---
- hosts: "{{ hosts_servers }}"
gather_facts: no
tasks:
- name: Package installation
apt:
name:
- "{{ package_name }}"
- "{{ package_name }}"
- "{{ package_name }}"
- "{{ package_name }}"
- "{{ package_name }}"
- "{{ package_name }}"
state: absent