[containerd] avoid cleanup of /usr/bin on ostree distributions (#8624)

This commit is contained in:
Cristian Calin 2022-03-15 22:47:48 +02:00 committed by GitHub
parent 307d122a84
commit 5043517cfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,9 @@
file:
path: "/usr/bin/{{ item }}"
state: absent
when: containerd_bin_dir != "/usr/bin"
when:
- containerd_bin_dir != "/usr/bin"
- not (is_ostree or (ansible_distribution == "Flatcar Container Linux by Kinvolk") or (ansible_distribution == "Flatcar"))
ignore_errors: true # noqa ignore-errors
with_items:
- containerd