Closed soroushatarod closed 6 years ago
Please take a look at #958 and my PR #959 . These concern the same error you mention and the PR contains a fix.
Briefly: clone ansible-container, change requirements.txt
and conductor-requirements.txt
to have ruamel.yaml
at most in 0.15.51 version.
thanks! It's fixed. I think the https://pypi.org/project/ansible-container/0.9.2/#files needs to be updated to include the updated build.
ISSUE TYPE
container.yml
OS / ENVIRONMENT
SUMMARY
Try to build a simple docker container image using Ansible. It was initially throwing the " 'tuple' object not found " which I then run
to make it pass that exception. However, its now displaying TYperError: ordereddict.
STEPS TO REPRODUCE
EXPECTED RESULTS
I expected it to build successfully.
ACTUAL RESULTS