mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-26 17:08:06 -02:30
Replace injected Ansible fact variables in container-engine role (#13296)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
name: skopeo
|
||||
state: absent
|
||||
when:
|
||||
- not (is_ostree or (ansible_distribution == "Flatcar Container Linux by Kinvolk") or (ansible_distribution == "Flatcar"))
|
||||
- not (is_ostree or (ansible_facts['distribution'] == "Flatcar Container Linux by Kinvolk") or (ansible_facts['distribution'] == "Flatcar"))
|
||||
ignore_errors: true # noqa ignore-errors
|
||||
|
||||
- name: Skopeo | Download skopeo binary
|
||||
|
||||
Reference in New Issue
Block a user