From 99308466f684f2e05aedf538498e238e36653e3d Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Sun, 20 Jun 2021 16:21:31 +0200 Subject: [PATCH] Update os_configuration.yml --- configure-host-oel7/tasks/os_configuration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure-host-oel7/tasks/os_configuration.yml b/configure-host-oel7/tasks/os_configuration.yml index c6565fa..56da1c6 100755 --- a/configure-host-oel7/tasks/os_configuration.yml +++ b/configure-host-oel7/tasks/os_configuration.yml @@ -8,7 +8,7 @@ - name: Installation des packages communs pour Linux yum: name={{ items }} state=installed tags: linux_packages - loop: + with_items: - bind-utils - xdpyinfo - xauth @@ -68,7 +68,7 @@ service: name={{ item }} state=stopped enabled=no tags: linuxservices ignore_errors: true - loop: + with_items: - bluetooth - cups - gpm