Procházet zdrojové kódy

install maintenance mode packages seperateley

master
rodič
revize
bc19953e7a
2 změnil soubory, kde provedl 10 přidání a 3 odebrání
  1. +0
    -3
      tasks/main.yml
  2. +10
    -0
      tasks/mainentance.yml

+ 0
- 3
tasks/main.yml Zobrazit soubor

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

- include: mainentance.yml


+ 10
- 0
tasks/mainentance.yml Zobrazit soubor

@@ -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
user:
name: mainentance


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