Changeset - 6d38fef46832
[Not reviewed]
0 1 0
Branko Majic (branko) - 7 years ago 2016-11-21 22:27:22
branko@majic.rs
MAR-71: Add back the handler for updating CA certificate cache. It is still useful thing to run as a handler (when using -t handlers -e handlers=yes).
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
roles/common/handlers/main.yml
Show inline comments
 
@@ -6,6 +6,9 @@
 
- name: Restart SSH
 
  service: name=ssh state=restarted
 

	
 
- name: Update CA certificate cache
 
  command: /usr/sbin/update-ca-certificates --fresh
 

	
 
- name: Restart ferm
 
  service: name=ferm state=restarted
 

	
0 comments (0 inline, 0 general)