From e69447e8e9b36ac1b705b573f417d8f8dee994d0 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Sun, 20 Jun 2021 16:20:23 +0200 Subject: [PATCH] Update os_configuration.yml --- configure-host-oel7/tasks/os_configuration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure-host-oel7/tasks/os_configuration.yml b/configure-host-oel7/tasks/os_configuration.yml index b8610d2..c6565fa 100755 --- a/configure-host-oel7/tasks/os_configuration.yml +++ b/configure-host-oel7/tasks/os_configuration.yml @@ -6,7 +6,7 @@ # yum: name="libselinux-python" state=installed - name: Installation des packages communs pour Linux - yum: name={{ linux_packages }} state=installed + yum: name={{ items }} state=installed tags: linux_packages loop: - bind-utils