summaryrefslogtreecommitdiffstats
path: root/roles/clients/tasks
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2017-06-14 23:49:31 +0200
committerMatthieu Saulnier <fantom@fedoraproject.org>2017-06-14 23:49:31 +0200
commit0ce9008091b19d4c80183da7d43d4b26a81de0c2 (patch)
tree6856f0d550e42e6efc78cbd68d57f7e0adf66009 /roles/clients/tasks
parent8b187009e488361018a0c53753825b6ec26263d1 (diff)
downloadplaybooks-ansible-0ce9008091b19d4c80183da7d43d4b26a81de0c2.tar.gz
playbooks-ansible-0ce9008091b19d4c80183da7d43d4b26a81de0c2.tar.xz
playbooks-ansible-0ce9008091b19d4c80183da7d43d4b26a81de0c2.zip
move laptop lid close action to common role
Diffstat (limited to 'roles/clients/tasks')
-rw-r--r--roles/clients/tasks/main.yml3
-rw-r--r--roles/clients/tasks/systemd.yml6
2 files changed, 0 insertions, 9 deletions
diff --git a/roles/clients/tasks/main.yml b/roles/clients/tasks/main.yml
index 1c9e1ef..8417bf5 100644
--- a/roles/clients/tasks/main.yml
+++ b/roles/clients/tasks/main.yml
@@ -1,9 +1,6 @@
- name: Ajout des dépôts de base
include: repos.yml
-- name: Écran rabattu systemd
- include: systemd.yml
-
- name: Fermeture des ports
include: firewall.yml
diff --git a/roles/clients/tasks/systemd.yml b/roles/clients/tasks/systemd.yml
deleted file mode 100644
index d5c3def..0000000
--- a/roles/clients/tasks/systemd.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-- name: Configuration systemd écran rabattu
- ini_file: dest=/etc/systemd/logind.conf
- section=Login
- option=HandleLidSwitch
- value=ignore
- notify: reload systemd