ansible-collection-famedly-.../playbooks/systemd_resolved.yml
2024-10-09 19:11:19 +02:00

6 lines
166 B
YAML

---
- name: "Switch to systemd_resolved"
hosts: "{{ systemd_resolved_hosts | default('systemd_resolved') }}"
become: true
roles:
- role: "systemd_resolved"