Update Installer to support latest distros as referred to by the README.

Updated README accordingly to better reflect the currently supported / tested distributions.
This commit is contained in:
Marco Ochse
2024-06-18 17:57:41 +02:00
parent a510e28ef1
commit a1d72aa7bd
2 changed files with 24 additions and 9 deletions

View File

@ -587,6 +587,15 @@
- "Fedora"
- "Ubuntu"
- name: Copy resolved.conf to /etc/systemd (Fedora)
copy:
src: /usr/lib/systemd/resolved.conf
dest: /etc/systemd/resolved.conf
when: ansible_distribution in ["Fedora"]
ignore_errors: true
tags:
- "Fedora"
- name: Modify DNSStubListener in resolved.conf (Fedora, Ubuntu)
lineinfile:
path: /etc/systemd/resolved.conf