ff
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 14:02:41 +02:00
parent 6ac719a15b
commit 0f9ae62f29

View file

@ -18,7 +18,7 @@
ansible.builtin.template:
src: apache.conf
dest: /etc/apache2/sites-available/000-default.conf
validate: "apachectl -S -f %s"
# validate: "apachectl -S -f %s"
notify: "restart apache2"