diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2018-08-30 10:15:35 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2018-08-30 10:15:35 +0200 |
commit | 8b2f8441ccb110427078e47c76a8098f2677a54d (patch) | |
tree | f944472d68f850f6e15228bc065333407a5028ad /ansible/group_vars/all | |
parent | a5705d3f44cb86b216277c6311f313963d4f9c49 (diff) | |
download | infra-8b2f8441ccb110427078e47c76a8098f2677a54d.tar.gz infra-8b2f8441ccb110427078e47c76a8098f2677a54d.tar.bz2 infra-8b2f8441ccb110427078e47c76a8098f2677a54d.tar.xz infra-8b2f8441ccb110427078e47c76a8098f2677a54d.zip |
o Adding rosin and numquam.
o Adding unattended-upgrades.
Diffstat (limited to 'ansible/group_vars/all')
-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 new file mode 100644 index 0000000..b3ca37a --- /dev/null +++ b/ansible/group_vars/all/unattended-upgrades.yml @@ -0,0 +1,2 @@ +unattended_upgrades: + mail: root@inamo.no |