|
@ -32,6 +32,16 @@ |
|
|
when: |
|
|
when: |
|
|
- dns_mode != 'none' |
|
|
- dns_mode != 'none' |
|
|
- resolvconf_mode == 'host_resolvconf' |
|
|
- resolvconf_mode == 'host_resolvconf' |
|
|
|
|
|
- systemd_resolved_enabled.rc != 0 |
|
|
|
|
|
tags: |
|
|
|
|
|
- bootstrap-os |
|
|
|
|
|
- resolvconf |
|
|
|
|
|
|
|
|
|
|
|
- import_tasks: 0061-systemd-resolved.yml |
|
|
|
|
|
when: |
|
|
|
|
|
- dns_mode != 'none' |
|
|
|
|
|
- resolvconf_mode == 'host_resolvconf' |
|
|
|
|
|
- systemd_resolved_enabled.rc == 0 |
|
|
tags: |
|
|
tags: |
|
|
- bootstrap-os |
|
|
- bootstrap-os |
|
|
- resolvconf |
|
|
- resolvconf |
|
|