Changeset - bb5be981d963
[Not reviewed]
0 1 0
Branko Majic (branko) - 7 years ago 2017-04-14 16:01:29
branko@majic.rs
MAR-98: Updated common role to deploy apticron for sending out notifications on availabe upgrades.
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
roles/common/tasks/main.yml
Show inline comments
 
@@ -146,6 +146,9 @@
 
  cron: name="check_certificate" cron_file="check_certificate" hour=0 minute=0 job="/usr/local/bin/check_certificate.sh expiration"
 
        state=present user=nobody
 

	
 
- name: Install apticron (for checking available upgrades)
 
  apt: name=apticron state=installed
 

	
 
- name: Explicitly run all handlers
 
  include: ../handlers/main.yml
 
  when: "handlers | default(False) | bool() == True"
0 comments (0 inline, 0 general)