Update os/multiples.yml
This commit is contained in:
parent
9488401a35
commit
7fd98f8ae9
|
@ -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
|
Loading…
Reference in New Issue