diff --git a/os/install_packages.yml b/os/install_packages.yml index e69de29..adbfc63 100644 --- a/os/install_packages.yml +++ b/os/install_packages.yml @@ -0,0 +1,7 @@ +--- +- hosts: "{{ hosts_servers }}" + tasks: + - name: Package installation + apt: + name: "{{ package_name }}" + state: latest \ No newline at end of file