mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-23 23:57:57 -02:30
Replace injected Ansible fact variables in container-engine role (#13296)
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
- name: Runc | Uninstall runc package managed by package manager
|
||||
when:
|
||||
- not is_ostree
|
||||
- ansible_distribution != "Flatcar Container Linux by Kinvolk"
|
||||
- ansible_distribution != "Flatcar"
|
||||
- ansible_facts['distribution'] != "Flatcar Container Linux by Kinvolk"
|
||||
- ansible_facts['distribution'] != "Flatcar"
|
||||
block:
|
||||
- name: Runc | Remove package
|
||||
package:
|
||||
|
||||
Reference in New Issue
Block a user