ansible-infra/roles/deploy_systemd_resolved_config/handlers/main.yaml
lilly 58ced1a85e
All checks were successful
/ Ansible Lint (push) Successful in 2m28s
/ Ansible Lint (pull_request) Successful in 2m24s
add capability to disable systemd-resolved to base_config role
2026-05-01 00:16:43 +02:00

7 lines
185 B
YAML

---
- name: "reload systemd-resolved"
tags: [ "deploy_systemd_resolved_config" ]
become: true
ansible.builtin.systemd:
name: "systemd-resolved.service"
state: "restarted"