From 634fa73f40f174c0c720f335ef2bd17b48aab208 Mon Sep 17 00:00:00 2001 From: David Lopez Date: Tue, 22 Aug 2023 10:04:52 +0000 Subject: [PATCH] Update os/install_packages.yml --- os/install_packages.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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