Przeglądaj źródła

install maintenance mode packages seperateley

master
rodzic
commit
bc19953e7a
2 zmienionych plików z 10 dodań i 3 usunięć
  1. +0
    -3
      tasks/main.yml
  2. +10
    -0
      tasks/mainentance.yml

+ 0
- 3
tasks/main.yml Wyświetl plik

@@ -22,9 +22,6 @@
- lightdm - lightdm
- lightdm-gtk-greeter - lightdm-gtk-greeter
- onboard - onboard
- yad
- xbindkeys
- feh
notify: restart lightdm notify: restart lightdm


- include: mainentance.yml - include: mainentance.yml


+ 10
- 0
tasks/mainentance.yml Wyświetl plik

@@ -1,5 +1,15 @@
--- ---


- name: install mainentance mode packages
apt:
pkg: "{{ item }}"
state: installed
with_items:
- yad
- xbindkeys
- feh
notify: restart lightdm

- name: mainentance user - name: mainentance user
user: user:
name: mainentance name: mainentance


Ładowanie…
Anuluj
Zapisz