d
This commit is contained in:
parent
fb35c05dd2
commit
407982c655
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: restart apache2
|
- name: "restart apache2"
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
name: apache2
|
name: apache2
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: apache.conf
|
src: apache.conf
|
||||||
dest: /etc/apache2/sites-available/000-default.conf
|
dest: /etc/apache2/sites-available/000-default.conf
|
||||||
notify: restart apache2
|
notify:
|
||||||
|
|
||||||
- name: Enable fgcid
|
- name: Enable fgcid
|
||||||
community.general.apache2_module:
|
community.general.apache2_module:
|
||||||
|
|
Loading…
Reference in a new issue