Merge "Gracefully restart Apache after cert replacements"
This commit is contained in:
commit
b5f9fbc65c
@ -1,8 +1,8 @@
|
||||
- name: Populate service facts
|
||||
service_facts:
|
||||
|
||||
- name: Restart apache
|
||||
- name: Reload apache
|
||||
service:
|
||||
name: apache2
|
||||
state: restarted
|
||||
when: "'apache2' in ansible_facts.services"
|
||||
state: reloaded
|
||||
when: "'apache2' in ansible_facts.services"
|
||||
|
Loading…
x
Reference in New Issue
Block a user