Update linux/os/install_package.yml
This commit is contained in:
parent
2d44d1274e
commit
46b0caa1bc
|
@ -2,7 +2,7 @@
|
||||||
- hosts: "{{ hosts_servers }}"
|
- hosts: "{{ hosts_servers }}"
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
tasks:
|
tasks:
|
||||||
- name: Package installation
|
- name: Package Installation
|
||||||
apt:
|
apt:
|
||||||
name: "{{ package_name }}"
|
name: "{{ package_name }}"
|
||||||
state: present
|
state: present
|
Loading…
Reference in New Issue