1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Restart Apache at end of playbook (make it happen)

This commit is contained in:
A Holt 2019-01-18 03:33:45 -05:00 committed by GitHub
parent 37d66df237
commit 2eb4f3a6a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,6 +91,11 @@
command: a2dissite kolibri.conf
when: not kolibri_enabled
- name: Restart {{ apache_service }} # almost always apache2
systemd:
name: "{{ apache_service }}"
state: restarted
- name: Add 'kolibri' variable values to {{ iiab_ini_file }}
ini_file:
path: "{{ iiab_ini_file }}"