Merge "Gracefully restart Apache after cert replacements"

This commit is contained in:
Zuul 2020-01-14 22:30:15 +00:00 committed by Gerrit Code Review
commit b5f9fbc65c
1 changed files with 3 additions and 3 deletions

View File

@ -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"