fix indent
This commit is contained in:
parent
e6a722704a
commit
63ae9e9a6a
@ -35,13 +35,13 @@
|
|||||||
- name: "Check if proxy domains have certificate available"
|
- name: "Check if proxy domains have certificate available"
|
||||||
stat:
|
stat:
|
||||||
path: "/etc/letsencrypt/live/{{ item.domain }}"
|
path: "/etc/letsencrypt/live/{{ item.domain }}"
|
||||||
register: "{{ item.domain }}_available"
|
register: "{{ item.domain }}_available"
|
||||||
with_items: "{{ proxy }}"
|
with_items: "{{ proxy }}"
|
||||||
|
|
||||||
- name: "Check if statically served domains have certificate available"
|
- name: "Check if statically served domains have certificate available"
|
||||||
stat:
|
stat:
|
||||||
path: "/etc/letsencrypt/live/{{ item.domain }}"
|
path: "/etc/letsencrypt/live/{{ item.domain }}"
|
||||||
register: "{{ item.domain }}_available"
|
register: "{{ item.domain }}_available"
|
||||||
with_items: "{{ static }}"
|
with_items: "{{ static }}"
|
||||||
|
|
||||||
- name: Generate certificate for all proxied domains
|
- name: Generate certificate for all proxied domains
|
||||||
|
Loading…
Reference in New Issue
Block a user