use command instead of shell when you don't need sh features (pipes, env, etc...)
This commit is contained in:
parent
4a57dad8a6
commit
f0e3bd78c9
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@
|
|||
state: reloaded
|
||||
|
||||
- name: Generate certificates
|
||||
shell: "certbot certonly --non-interactive --config /etc/letsencrypt/conf.d/{{ certbot.certname }}.ini"
|
||||
command: "certbot certonly --non-interactive --config /etc/letsencrypt/conf.d/{{ certbot.certname }}.ini"
|
||||
|
|
Loading…
Reference in a new issue