Update os/install_packages.yml

This commit is contained in:
David Lopez 2023-08-22 10:04:52 +00:00
parent 86320a84b7
commit 634fa73f40
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
- hosts: "{{ hosts_servers }}"
tasks:
- name: Package installation
apt:
name: "{{ package_name }}"
state: latest