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