Update os/install_packages.yml
This commit is contained in:
parent
86320a84b7
commit
634fa73f40
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- hosts: "{{ hosts_servers }}"
|
||||
tasks:
|
||||
- name: Package installation
|
||||
apt:
|
||||
name: "{{ package_name }}"
|
||||
state: latest
|
Loading…
Reference in New Issue