Explorar el Código

playbook order

master
Markus Katharina Brechtel hace 7 años
padre
commit
c1025919ff
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. +4
    -3
      tasks/main.yml

+ 4
- 3
tasks/main.yml Ver fichero

@@ -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


Cargando…
Cancelar
Guardar