sborenst / ansible_aws_deployer

20 stars 20 forks source link

fail if there is an error running cf-list-hosts.sh #15

Closed kenthua closed 8 years ago

kenthua commented 8 years ago

Even though the script fails, ansible still registers the task as changed, which may impact downstream tasks. Need to force a fail if the script fails for any reason.

sborenst commented 8 years ago

Thanks @kenthua