chore: update main.yml gather facts
All checks were successful
Deploy / Prepare Build (push) Successful in 41s

This commit is contained in:
2025-07-26 16:25:24 +10:00
parent bf6471312c
commit 3f172fd458

View File

@ -4,7 +4,7 @@
tasks: tasks:
- name: Gather facts if run with tags - name: Gather facts if run with tags
ansible.builtin.setup: ansible.builtin.setup:
when: ansible_run_tags | length when: (ansible_run_tags | length) > 0
tags: always tags: always
- hosts: all - hosts: all