Update os_configuration.yml
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
- name: Installation des packages communs pour Linux
|
- name: Installation des packages communs pour Linux
|
||||||
yum: name={{ items }} state=installed
|
yum: name={{ items }} state=installed
|
||||||
tags: linux_packages
|
tags: linux_packages
|
||||||
loop:
|
with_items:
|
||||||
- bind-utils
|
- bind-utils
|
||||||
- xdpyinfo
|
- xdpyinfo
|
||||||
- xauth
|
- xauth
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
service: name={{ item }} state=stopped enabled=no
|
service: name={{ item }} state=stopped enabled=no
|
||||||
tags: linuxservices
|
tags: linuxservices
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
loop:
|
with_items:
|
||||||
- bluetooth
|
- bluetooth
|
||||||
- cups
|
- cups
|
||||||
- gpm
|
- gpm
|
||||||
|
|||||||
Reference in New Issue
Block a user