some preps to make lbs.
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s

This commit is contained in:
hogweed1
2026-08-12 00:27:49 +10:00
parent c580bbfef9
commit a5bdfe03b5

View File

@@ -53,5 +53,5 @@
group: root group: root
mode: '0644' mode: '0644'
# Проверяем, существует ли файл на мастер-ноде. Если нет — таска просто скипнется # Проверяем, существует ли файл на мастер-ноде. Если нет — таска просто скипнется
when: query('ansible.builtin.fileglob', 'files/angie.' ~ inventory_hostname ~ '.conf') | length > 0 when: query('ansible.builtin.fileglob', '../../files/angie.' ~ inventory_hostname ~ '.conf') | length > 0
notify: Restart Angie notify: Restart Angie