Closed fapdash closed 1 year ago
Mh, linting error is in a file that I didn't touch.
Maybe better should be both checks?
if certbot_create_standalone_stop_services and certbot_create_method == 'standalone'
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark pull requests as stale.
If the
certbot_create_method
is set towebroot
thestop_services
andstart_services
hook shouldn't be run.As a workaround I had to set
certbot_create_standalone_stop_services: false
in my playbook, otherwise the task would be executed with the hooks added, even though they didn't get copied: