We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db1d04 commit 9f33df1Copy full SHA for 9f33df1
deploy/playbooks/02_nginx.yml
@@ -22,7 +22,7 @@
22
23
- name: Make sure the directory structure for certs exist
24
ansible.builtin.file:
25
- path: "/home/{{ ansible_user }}/data/cerbot/conf"
+ path: "/home/{{ ansible_user }}/data/certbot/conf"
26
state: directory
27
mode: "0755"
28
0 commit comments