fix: correct resolvconf typo (#11439)

This commit is contained in:
Ho Kim
2024-08-14 18:07:55 +09:00
committed by GitHub
parent e43e08c7d1
commit fe4cbbccd1

View File

@@ -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: