Skip to content

Commit 4fd83c8

Browse files
committed
changed default for perun_unattended_upgrades_automatic_reboot to true
1 parent e84a44a commit 4fd83c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,8 +858,8 @@ perun_unattended_upgrades_origin_patterns: |2
858858
perun_unattended_upgrades_blacklist: |2
859859
"postgresql-{{ perun_postgresql_version }}";
860860
"slapd";
861-
# do not reboot automatically
862-
perun_unattended_upgrades_automatic_reboot: 'false'
861+
# reboot automatically
862+
perun_unattended_upgrades_automatic_reboot: 'true'
863863

864864
# users for Yubikeys
865865
perun_root_users:

0 commit comments

Comments
 (0)