rodič
revize
810a08077a
2 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. +1
    -0
      defaults/main.yaml
  2. +4
    -0
      tasks/main.yaml

+ 1
- 0
defaults/main.yaml Zobrazit soubor

@@ -1,2 +1,3 @@
---
unattended_upgrades: true
reboot_after_updates: false

+ 4
- 0
tasks/main.yaml Zobrazit soubor

@@ -15,3 +15,7 @@
when:
- unattended_upgrades
- not ansible_bender is defined

- name: reboot after updates
reboot:
when: reboot_after_updates

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