d
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed
ci/woodpecker/pr/ansible-lint Pipeline failed

This commit is contained in:
Michael Grote 2024-08-12 13:42:19 +02:00
parent fb35c05dd2
commit 407982c655
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
---
- name: restart apache2
- name: "restart apache2"
become: true
ansible.builtin.systemd:
name: apache2

View file

@ -18,7 +18,7 @@
ansible.builtin.template:
src: apache.conf
dest: /etc/apache2/sites-available/000-default.conf
notify: restart apache2
notify:
- name: Enable fgcid
community.general.apache2_module: