fix: correct resolvconf typo (#11439)

pull/11452/head
Ho Kim 2024-08-14 18:07:55 +09:00 committed by GitHub
parent e43e08c7d1
commit fe4cbbccd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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: