Procházet zdrojové kódy

playbook order

master
Markus Katharina Brechtel před 7 roky
rodič
revize
c1025919ff
1 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. +4
    -3
      tasks/main.yml

+ 4
- 3
tasks/main.yml Zobrazit soubor

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


Načítá se…
Zrušit
Uložit