fix credentials permission file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
14e09868e5
commit
3d538bfb70
@ -32,7 +32,7 @@
|
|||||||
template:
|
template:
|
||||||
src: config/credentials.ini.j2
|
src: config/credentials.ini.j2
|
||||||
dest: "{{ certbot_config_dir }}/credentials.ini"
|
dest: "{{ certbot_config_dir }}/credentials.ini"
|
||||||
mode: 600
|
mode: 0600
|
||||||
when: certbot_credentials | default([]) | length > 0
|
when: certbot_credentials | default([]) | length > 0
|
||||||
|
|
||||||
- name: Schedule certbot run
|
- name: Schedule certbot run
|
||||||
|
Loading…
Reference in New Issue
Block a user