Compare commits
2 Commits
3763ce80e1
...
8439b674dd
| Author | SHA1 | Date | |
|---|---|---|---|
|
8439b674dd
|
|||
|
c2c9f1b88d
|
@@ -5,7 +5,7 @@
|
|||||||
tags: letsencrypt
|
tags: letsencrypt
|
||||||
when:
|
when:
|
||||||
- ansible_distribution == 'Debian'
|
- ansible_distribution == 'Debian'
|
||||||
- ansible_distribution_version is version('11', '>='))
|
- ansible_distribution_version is version('11', '>=')
|
||||||
block:
|
block:
|
||||||
- name: Remove certbot
|
- name: Remove certbot
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
|
|||||||
@@ -13,6 +13,8 @@
|
|||||||
depth: 1
|
depth: 1
|
||||||
force: true
|
force: true
|
||||||
loop: "{{ nginx_vhosts }}"
|
loop: "{{ nginx_vhosts }}"
|
||||||
|
become: true
|
||||||
|
become_user: nginx
|
||||||
|
|
||||||
- name: Fix WordPress directory permissions
|
- name: Fix WordPress directory permissions
|
||||||
when:
|
when:
|
||||||
|
|||||||
Reference in New Issue
Block a user