ansible-infra/roles/deploy_systemd_resolved_config/handlers/main.yaml
June 89d9122420
All checks were successful
/ Ansible Lint (push) Successful in 2m23s
/ Ansible Lint (pull_request) Successful in 2m22s
tag plays in playbooks (instead of tasks in roles)
2026-05-18 18:14:51 +02:00

6 lines
140 B
YAML

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