Skip to content
Snippets Groups Projects
Unverified Commit fe4cbbcc authored by Ho Kim's avatar Ho Kim Committed by GitHub
Browse files

fix: correct resolvconf typo (#11439)

parent e43e08c7
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment