Update linux/os/install_package.yml
This commit is contained in:
parent
dbd2f1a057
commit
9ed2d92c17
|
@ -1,9 +1,6 @@
|
||||||
---
|
---
|
||||||
- hosts: "{{ hosts_servers }}"
|
- hosts: "{{ hosts_servers }}"
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
remote_user: awx
|
|
||||||
become: yes
|
|
||||||
become_method: sudo
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Package installation
|
- name: Package installation
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Reference in New Issue