mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-26 11:12:48 +02:00
9 lines
197 B
YAML
9 lines
197 B
YAML
- name: restart privoxy
|
|
service: name=privoxy state=restarted
|
|
|
|
- name: restart apparmor
|
|
service: name=apparmor state=restarted
|
|
|
|
- name: restart apache2
|
|
service: name=apache2 state=restarted
|
|
|