Description
Environment details:
- Local Deployment
- Ubuntu 18.04
- Python 3.6
- Ansible 2.10.8, installed using pip3 install ansible --user
Steps to reproduce the issue:
- ./gradlew distDocker
- ansible-playbook -i environments/$ENVIRONMENT setup.yml; ansible-playbook -i environments/$ENVIRONMENT wipe.yml
- ansible-playbook -i environments/$ENVIRONMENT openwhisk.yml
Provide the actual results and outputs:
TASK [cli : Download release archive to build directory ...] **************************************************************************************************************************
Saturday 24 April 2021 20:02:32 -0500 (0:00:00.168) 0:01:21.005 ********
fatal: [172.17.0.1]: FAILED! => {"changed": false, "msg": "argument headers is of type <class 'str'> and we were unable to convert to dict: dictionary requested, could not parse JSON or key=value"}
argument headers is of type <class 'str'> and we were unable to convert to
dict: dictionary requested, could not parse JSON or key=value
PLAY RECAP ****************************************************************************************************************************************************************************
172.17.0.1 : ok=11 changed=2 unreachable=0 failed=1 skipped=7 rescued=0 ignored=0
controller0 : ok=26 changed=3 unreachable=0 failed=0 skipped=14 rescued=0 ignored=0
invoker0 : ok=29 changed=7 unreachable=0 failed=0 skipped=25 rescued=0 ignored=0
kafka0 : ok=10 changed=4 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0
Additional information you deem important:
ansible-playbook openwhisk.yml terminates with error. The error says ansible couldn't parse JSON or key=value.