We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5535757 commit 504acffCopy full SHA for 504acff
tasks/main.yml
@@ -69,6 +69,9 @@
69
name:
70
- resolvconf
71
state: absent
72
+ # TODO: For some reason dnf5 uninstalls systemd-resolved when I run
73
+ # this on Fedora 41. See #12 for more information.
74
+ when: ansible_distribution != "Fedora" or ansible_distribution_major_version != "41"
75
76
- name: Create /etc/resolv.conf symlink
77
ansible.builtin.file:
0 commit comments