Update ansible-lint to 5.4.0 (#8607) (#8608)

* Update ansible-lint to 5.4.0 (#8607)

It seems that the Rich version 11.0.0 has a breaking change.
So need to update ansible-lint to 5.3.2 or later.

* Fix for ansible-lint no-changed-when rule (#8607)
This commit is contained in:
Takuya Murakami
2022-03-07 22:35:55 +09:00
committed by GitHub
parent 3ccba08983
commit 39acb2b84d
6 changed files with 8 additions and 3 deletions

View File

@@ -148,6 +148,7 @@
- name: reset | force remove all cri pods (rescue)
shell: "ip netns list | cut -d' ' -f 1 | xargs -n1 ip netns delete && {{ bin_dir }}/crictl rmp -a -f"
ignore_errors: true # noqa ignore-errors
changed_when: true
- name: reset | stop etcd services
service: