Skip to content

Commit 2e19503

Browse files
committed
toolbox: pin ansible.posix to <1.5.4
ansible.posix 1.5.4 has been released and it broke the way we use JSON callback plugin (it requires play.path) - see [1] and [2]. [1]: ansible-collections/ansible.posix@3bbf2e3 [2]: ansible-collections/ansible.posix#461 Change-Id: I2f879e59a64b9039a8a27c40bd462fde4df73f43 (cherry picked from commit d965b1b)
1 parent fed3e69 commit 2e19503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/kolla-toolbox/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
collections:
33
- name: ansible.posix
4-
version: '<2'
4+
version: '<1.5.4'
55
- name: community.general
66
version: '<4'
77
- name: community.mysql

0 commit comments

Comments
 (0)