Closed tzok closed 6 years ago
Until new version of ansible-container is released we fixed this by adding the same line to ansible-requirements.txt
ruamel.yaml>=0.15.34,<=0.15.51
@linkebon I recommend trying to reach one of 3 maintainers : https://pypi.org/project/ansible-container/
@j00bar seems busy at a moment. Not sure about @ryansb Only they can release new version on a pypi.
ISSUE TYPE
SUMMARY
Versions of ruamel.yaml >=0.15.52 cause ansible-container build to fail with
'CommentedMap' is not JSON serializable
error. See issue #958To reproduce the issue:
Before the change:
After the change: (i.e. change
git clone
to tzok/ansible-container)