You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
algo/roles/dns_encryption/handlers/main.yml

10 lines
150 B
YAML

---
- name: daemon reload
systemd:
daemon_reload: true
- name: restart dnscrypt-proxy
service:
name: dnscrypt-proxy
state: restarted