mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
fix: correct resolvconf typo (#11439)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user