Skip to content

ansible/openwhisk.yml fails with an error #5107

Closed
@tchandrahas

Description

@tchandrahas

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:

  1. ./gradlew distDocker
  2. ansible-playbook -i environments/$ENVIRONMENT setup.yml; ansible-playbook -i environments/$ENVIRONMENT wipe.yml
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions