ansibleplaybookbundle / apb-base

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

Bug 1565790 - Prevents ansible from trying to create retry files, which can't be used anyway #15

Closed mhrivnak closed 6 years ago

mhrivnak commented 6 years ago

This gets rid of these confusing/misleading log messages when an APB fails:

"[WARNING]: Could not create retry file '/opt/apb/actions/deprovision.retry'." "[Errno 13] Permission denied: u'/opt/apb/actions/deprovision.retry'"

mhrivnak commented 6 years ago

It doesn't matter to me. It won't make a difference for the release anyway unless https://github.com/ansibleplaybookbundle/apb-base/issues/16 gets fixed.

djzager commented 6 years ago

I got you @mhrivnak #23