cleanup of unused variables, fix error in podman-check

This commit is contained in:
Bastian de Byl
2023-07-24 14:18:25 -04:00
parent 872f2bda84
commit 62a3f5d551
11 changed files with 9 additions and 131 deletions

View File

@@ -61,7 +61,6 @@
group: "{{ podman_user }}"
mode: 0644
loop:
- "{{ api_debyltech_server_name }}.conf"
- "{{ assistant_server_name }}.conf"
- "{{ bookstack_server_name }}.conf"
- "{{ ci_server_name }}.http.conf"
@@ -71,8 +70,6 @@
- "{{ logs_server_name }}.conf"
- "{{ parts_server_name }}.conf"
- "{{ photos_server_name }}.conf"
- "{{ pi_server_name }}.conf"
- "{{ video_server_name }}.conf"
notify:
- restorecon podman
- restart nginx
@@ -87,7 +84,6 @@
group: "{{ podman_user }}"
state: link
loop:
- "{{ api_debyltech_server_name }}.conf"
- "{{ assistant_server_name }}.conf"
- "{{ bookstack_server_name }}.conf"
- "{{ ci_server_name }}.http.conf"
@@ -97,8 +93,6 @@
- "{{ logs_server_name }}.conf"
- "{{ parts_server_name }}.conf"
- "{{ photos_server_name }}.conf"
- "{{ pi_server_name }}.conf"
- "{{ video_server_name }}.conf"
notify:
- restorecon podman
- restart nginx