This website works better with JavaScript.
首頁
探索
說明
註冊
登入
ka
/
ansible-role-updates
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
reboot
master
Markus Katharina Brechtel
2 年之前
父節點
d0630f50ec
當前提交
810a08077a
共有
2 個文件被更改
,包括
5 次插入
和
0 次删除
分割檢視
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
查看文件
@@ -1,2 +1,3 @@
---
unattended_upgrades: true
reboot_after_updates: false
+ 4
- 0
tasks/main.yaml
查看文件
@@ -15,3 +15,7 @@
when:
- unattended_upgrades
- not ansible_bender is defined
- name: reboot after updates
reboot:
when: reboot_after_updates
Write
Preview
Loading…
取消
儲存