Browse Source

fix: correct resolvconf typo (#11439)

pull/11452/head
Ho Kim 3 months ago
committed by GitHub
parent
commit
fe4cbbccd1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubernetes/preinstall/tasks/0020-set_facts.yml

2
roles/kubernetes/preinstall/tasks/0020-set_facts.yml

@ -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…
Cancel
Save