ansibleplaybookbundle / apb-base

Base image for APB development
Apache License 2.0
8 stars 14 forks source link

Bug 1533425 - return error when no action found #17

Closed jmrodri closed 6 years ago

jmrodri commented 6 years ago

When an action that is not supported by the APB is passed in we should return an error code to indicate that the action failed. I've chosen to return 8 which is 1000 in binary. It also seems to be non-standard and hopefully won't conflict with an error code an ansible-playbook would return.