Abbau Dokuwiki (#602)

Reviewed-on: #602
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2023-11-21 12:03:05 +01:00 committed by mg
commit d3a9241d12
15 changed files with 3 additions and 42 deletions

View file

@ -0,0 +1,7 @@
---
- name: restart_apache2
become: true
ansible.builtin.systemd:
name: apache2
state: restarted
enabled: true