mirror of
https://github.com/DO1JLR/ansible_role_nginx.git
synced 2024-08-16 16:19:48 +02:00
Guess fixing broken acme stuff
This commit is contained in:
parent
49e20aea53
commit
e2e4a10595
2 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,8 @@
|
|||
- name: Get certificates for all configured sites
|
||||
become: true
|
||||
ansible.builtin.command:
|
||||
cmd: acmetool want '{{ ([site.name] + (site.altnames | default([]))) | join(" ") }}' -> acmetool want '{{ ([site.name] + (site.altnames | default([]))) | join(" ") }}'
|
||||
cmd: acmetool want '{{ ([site.name] + (site.altnames | default([]))) | join(" ") }}'
|
||||
# -> acmetool want '{{ ([site.name] + (site.altnames | default([]))) | join(" ") }}'
|
||||
args:
|
||||
creates: '/var/lib/acme/live/{{ site.name }}/'
|
||||
with_items: '{{ nginx_sites }}'
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
playbook_version_number: 25
|
||||
playbook_version_number: 26
|
||||
playbook_version_path: 'do1jlr.nginx_roles-ansible.version'
|
||||
|
|
Loading…
Reference in a new issue