use command instead of shell when you don't need sh features (pipes, env, etc...)
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
otthorn 2021-01-19 23:27:17 +01:00
parent 4a57dad8a6
commit f0e3bd78c9
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@
state: reloaded state: reloaded
- name: Generate certificates - 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"