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