ansible-infra/roles/deploy_systemd_resolved_config/handlers/main.yaml
June 73e77bde70
All checks were successful
/ Ansible Lint (pull_request) Successful in 3m18s
/ Ansible Lint (push) Successful in 2m20s
tag plays in playbooks (instead of tasks in roles)
2026-05-19 00:24:10 +02:00

6 lines
140 B
YAML

---
- name: "reload systemd-resolved"
become: true
ansible.builtin.systemd:
name: "systemd-resolved.service"
state: "restarted"