From 3f172fd458cf49a318bed4b64b476627199e8781 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sat, 26 Jul 2025 16:25:24 +1000 Subject: [PATCH] chore: update main.yml gather facts --- main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.yml b/main.yml index 348b5e9..e413470 100644 --- a/main.yml +++ b/main.yml @@ -4,7 +4,7 @@ tasks: - name: Gather facts if run with tags ansible.builtin.setup: - when: ansible_run_tags | length + when: (ansible_run_tags | length) > 0 tags: always - hosts: all