From c1025919fffdaba352e9dbf297547872057c08ec Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Wed, 25 Oct 2017 01:16:09 +0000 Subject: [PATCH] playbook order --- tasks/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 94c0b6e..1024c43 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -21,6 +21,10 @@ - x11-xserver-utils - lightdm - yad + - xbindkeys + +- include: mainentance.yml + when: display_manager_state == 'mainentance' - name: lightdm configuration template: @@ -28,9 +32,6 @@ dest: /etc/lightdm/lightdm.conf notify: restart lightdm -- include: mainentance.yml - when: display_manager_state == 'mainentance' - - name: lightdm started service: name: lightdm