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

View File

@ -1,8 +1,8 @@
- name: Populate service facts - name: Populate service facts
service_facts: service_facts:
- name: Restart apache - name: Reload apache
service: service:
name: apache2 name: apache2
state: restarted state: reloaded
when: "'apache2' in ansible_facts.services" when: "'apache2' in ansible_facts.services"