mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
fix: correct resolvconf typo (#11439)
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
failed_when: false
|
failed_when: false
|
||||||
register: resolvconf_stat
|
register: resolvconf_stat
|
||||||
|
|
||||||
- name: Fetch resolconf
|
- name: Fetch resolvconf
|
||||||
when: resolvconf_stat.stat.exists is defined and resolvconf_stat.stat.exists
|
when: resolvconf_stat.stat.exists is defined and resolvconf_stat.stat.exists
|
||||||
block:
|
block:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user