ansible-elastic-beanstalk
ansible-elastic-beanstalk copied to clipboard
TASK [Ensure Application Exists in Beanstalk]
PLEASE HELP :( .. my first deployment is failing at Ensure Application Exists in Beanstalk. and if i comment out this task it fails at "name: "Create Application Version"..."
TASK [Ensure Application Exists in Beanstalk] **********************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: Invalid type for parameter Description, value: None, type: <type 'NoneType'>, valid types: <type 'basestring'>
fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "module_stderr": "Traceback (most recent call last):\n File "/tmp/ansible_U3T5lj/ansible_module_elasticbeanstalk_app.py", line 168, in
PLAY RECAP ********************************************************************* localhost : ok=6 changed=0 unreachable=0 failed=1
ERROR: Job failed: exit code 1
Hi, can you post your yml file, please?