mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-17 02:21:11 +02:00
Address linter complaints.
* Truthy values should be true or false rather than yes or no * Linter won't allow hard-coded 'latest' package state
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ certbot_create_standalone_stop_services:
|
||||
# - apache
|
||||
# - varnish
|
||||
|
||||
certbot_install_from_pypi: no
|
||||
certbot_install_from_pypi: false
|
||||
certbot_pypi_version: latest
|
||||
|
||||
# To install from source (on older OSes or if you need a specific or newer
|
||||
|
||||
Reference in New Issue
Block a user