mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 20:29:18 +03:00
Fix ansible-lint E305 (#6459)
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
set_fact:
|
||||
is_fedora_coreos: "{{ ostree.stat.exists and os_variant_coreos is not changed }}"
|
||||
|
||||
- name: check resolvconf # noqa 305
|
||||
shell: which resolvconf
|
||||
- name: check resolvconf
|
||||
command: which resolvconf
|
||||
register: resolvconf
|
||||
failed_when: false
|
||||
changed_when: false
|
||||
|
||||
Reference in New Issue
Block a user