fix indent

This commit is contained in:
Torma Kristóf 2022-04-14 23:30:24 +02:00
parent e6a722704a
commit 63ae9e9a6a

View File

@ -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