mirror of
https://github.com/luzifer-ansible/nginx-letsencrypt.git
synced 2024-11-08 13:20:01 +00:00
Fix: Do not display changes on query tasks
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
495ecc074f
commit
326ae20139
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
- name: Get current nginx-letsencrypt version
|
||||
shell: "/usr/local/bin/nginx-letsencrypt --version || true"
|
||||
check_mode: no
|
||||
changed: no
|
||||
register: nginx_letsencrypt_version_cmd
|
||||
|
||||
- name: Download nginx-letsencrypt release
|
||||
|
|
Loading…
Reference in a new issue