From 64cadf51355e266c3b6a34697e0bcbe3e01d3530 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 27 Aug 2024 11:57:27 -0600 Subject: [PATCH] test: tests_combination.yml requires fact gathering The test will fail with `ANSIBLE_GATHERING=explicit` because the test needs facts. Ensure `gather_facts: true` with the test. Signed-off-by: Rich Megginson --- tests/tests_combination.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests_combination.yml b/tests/tests_combination.yml index 6396ce07..6eda1f42 100644 --- a/tests/tests_combination.yml +++ b/tests/tests_combination.yml @@ -2,6 +2,7 @@ - name: "Combination test - test for (2 types of inputs) x (2 types of outputs) combination" hosts: all + gather_facts: true # test needs facts vars: __test_files_conf: /etc/rsyslog.d/30-output-files-files_test0.conf __test_forwards_conf_s_f: >-