Use NetworkManager to manage resolv.conf in FedoraCoreOS (#6291)

This commit is contained in:
bozzo
2020-06-29 09:26:17 +02:00
committed by GitHub
parent 56f389a9f3
commit 09b23f96d7
4 changed files with 66 additions and 5 deletions

View File

@@ -33,6 +33,7 @@
- dns_mode != 'none'
- resolvconf_mode == 'host_resolvconf'
- systemd_resolved_enabled.rc != 0
- not is_fedora_coreos
tags:
- bootstrap-os
- resolvconf
@@ -46,6 +47,15 @@
- bootstrap-os
- resolvconf
- import_tasks: 0062-networkmanager.yml
when:
- dns_mode != 'none'
- resolvconf_mode == 'host_resolvconf'
- is_fedora_coreos
tags:
- bootstrap-os
- resolvconf
- import_tasks: 0070-system-packages.yml
when:
- not dns_late