mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-12 23:37:12 +00:00
6 lines
166 B
YAML
6 lines
166 B
YAML
---
|
|
- name: "Switch to systemd_resolved"
|
|
hosts: "{{ systemd_resolved_hosts | default('systemd_resolved') }}"
|
|
become: true
|
|
roles:
|
|
- role: "systemd_resolved"
|