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