浏览代码

playbook order

master
Markus Katharina Brechtel 7 年前
父节点
当前提交
c1025919ff
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. +4
    -3
      tasks/main.yml

+ 4
- 3
tasks/main.yml 查看文件

@@ -21,6 +21,10 @@
- x11-xserver-utils - x11-xserver-utils
- lightdm - lightdm
- yad - yad
- xbindkeys

- include: mainentance.yml
when: display_manager_state == 'mainentance'


- name: lightdm configuration - name: lightdm configuration
template: template:
@@ -28,9 +32,6 @@
dest: /etc/lightdm/lightdm.conf dest: /etc/lightdm/lightdm.conf
notify: restart lightdm notify: restart lightdm


- include: mainentance.yml
when: display_manager_state == 'mainentance'

- name: lightdm started - name: lightdm started
service: service:
name: lightdm name: lightdm


正在加载...
取消
保存