diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-08-30 11:32:14 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-08-30 11:32:14 +0200 |
commit | 1dbf3a806335ac88d011355391a1d431cfd26f4c (patch) | |
tree | 9a52f5b0b5674cc35c1262ee1184a1fcde9e861e /ansible/group_vars/all/unattended-upgrades.yml | |
parent | 895b90fdd83beae6ca8451ab9b0935c3c229f39d (diff) | |
download | infra-1dbf3a806335ac88d011355391a1d431cfd26f4c.tar.gz infra-1dbf3a806335ac88d011355391a1d431cfd26f4c.tar.bz2 infra-1dbf3a806335ac88d011355391a1d431cfd26f4c.tar.xz infra-1dbf3a806335ac88d011355391a1d431cfd26f4c.zip |
o Better unattended upgrades.
Diffstat (limited to 'ansible/group_vars/all/unattended-upgrades.yml')
-rw-r--r-- | ansible/group_vars/all/unattended-upgrades.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/group_vars/all/unattended-upgrades.yml b/ansible/group_vars/all/unattended-upgrades.yml index b3ca37a..1091149 100644 --- a/ansible/group_vars/all/unattended-upgrades.yml +++ b/ansible/group_vars/all/unattended-upgrades.yml @@ -1,2 +1,4 @@ unattended_upgrades: mail: root@inamo.no + minimal_steps: False + mail_only_on_error: False |