5 lines
90 B
YAML
5 lines
90 B
YAML
|
|
- name: Restart squid
|
||
|
|
ansible.builtin.systemd:
|
||
|
|
name: "squid"
|
||
|
|
state: "restarted"
|