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:
@@ -4,7 +4,7 @@
|
||||
- certbot_pypi_version == "latest"
|
||||
pip:
|
||||
name: "{{ item }}"
|
||||
state: latest
|
||||
state: "{{ certbot_pypi_version }}"
|
||||
with_items:
|
||||
- certbot
|
||||
- certbot-nginx
|
||||
|
||||
Reference in New Issue
Block a user