base: Use systemd-resolved for Fedora hosts
This commit is contained in:
parent
cdd1495f0c
commit
c8bbd563b4
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,11 @@
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: role
|
loop_var: role
|
||||||
|
|
||||||
|
- name: Install systemd-resolved
|
||||||
|
ansible.builtin.include_role:
|
||||||
|
name: systemd_resolved
|
||||||
|
when: ansible_distribution == "Fedora"
|
||||||
|
|
||||||
- name: Install firewall
|
- name: Install firewall
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: iptables
|
name: iptables
|
||||||
|
|
Loading…
Add table
Reference in a new issue