소스 검색

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


불러오는 중...
취소
저장