Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-updates
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
reboot
master
Markus Katharina Brechtel
2 anni fa
parent
d0630f50ec
commit
810a08077a
2 ha cambiato i file
con
5 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
defaults/main.yaml
+4
-0
tasks/main.yaml
+ 1
- 0
defaults/main.yaml
Vedi File
@@ -1,2 +1,3 @@
---
unattended_upgrades: true
reboot_after_updates: false
+ 4
- 0
tasks/main.yaml
Vedi File
@@ -15,3 +15,7 @@
when:
- unattended_upgrades
- not ansible_bender is defined
- name: reboot after updates
reboot:
when: reboot_after_updates
Write
Preview
Loading…
Annulla
Salva