ansible-collection-famedly-.../playbooks/systemd_resolved.yml

7 lines
166 B
YAML
Raw Normal View History

2024-10-09 17:11:19 +00:00
---
- name: "Switch to systemd_resolved"
hosts: "{{ systemd_resolved_hosts | default('systemd_resolved') }}"
become: true
roles:
- role: "systemd_resolved"