Michael Grote
d3a9241d12
Reviewed-on: #602 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
7 lines
127 B
YAML
7 lines
127 B
YAML
---
|
|
- name: restart_apache2
|
|
become: true
|
|
ansible.builtin.systemd:
|
|
name: apache2
|
|
state: restarted
|
|
enabled: true
|