Closed dvessey-fes closed 1 year ago
Just checking in on this one, to see if there's anything extra needed from me? those CI task failures don't seem to be related to these changes.
Thank you for this contribution @dvessey-fes (somehow I overlooked the notification).
Let me try to figure out what's going on in our CI setup. In the meanwhile, do you know when the API for the dokku_acl_service changed - in other words do your changes require a minimal dokku version?
@ltalirz not sure about when the behaviour changed - I've only been using dokku for a few months now. but at least since 0.26.7
Thanks @dvessey-fes , sorry for the long wait.
Would you be able to rebase on the current master
?
Tests will still fail at the verify
stage https://github.com/dokku/ansible-dokku/issues/154, but at least we'll know that the role runs through fine.
rebased & pushed branch!
Somehow this rebase includes my commits on top of master; also there are some minor formatter complaints.
I'll fix this in https://github.com/dokku/ansible-dokku/pull/155, thanks for the contribution!
This PR provides a couple of minor fixes:
redirect_stderr
option onsubprocess_check_output
(which defaults to False, to avoid breaking usage anywhere else), and then modified dokku_acl_app and dokku_acl_service to set that toTrue
dokku acl:...
commands to list/add/removeThis change is pretty small, I've tested this locally to confirm it works. Let me know if anything else is needed!