fix: correct resolvconf typo (#11439)
parent
e43e08c7d1
commit
fe4cbbccd1
|
@ -33,7 +33,7 @@
|
|||
failed_when: false
|
||||
register: resolvconf_stat
|
||||
|
||||
- name: Fetch resolconf
|
||||
- name: Fetch resolvconf
|
||||
when: resolvconf_stat.stat.exists is defined and resolvconf_stat.stat.exists
|
||||
block:
|
||||
|
||||
|
|
Loading…
Reference in New Issue