mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Replace shell with command module
This commit is contained in:
parent
ca46eab49f
commit
e669ab0ac4
@ -13,5 +13,5 @@
|
|||||||
when: certbot_deployhook is defined
|
when: certbot_deployhook is defined
|
||||||
|
|
||||||
- name: Generate new certificate if one doesn't exist.
|
- name: Generate new certificate if one doesn't exist.
|
||||||
shell: "{{ certbot_create_command }}"
|
command: "{{ certbot_create_command }}"
|
||||||
when: not letsencrypt_cert.stat.exists
|
when: not letsencrypt_cert.stat.exists
|
||||||
|
Loading…
x
Reference in New Issue
Block a user