Skip to content

Commit

Permalink
test: tests_combination.yml requires fact gathering
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
richm committed Aug 27, 2024
1 parent 25f5d7c commit c35544d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests_combination.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down

0 comments on commit c35544d

Please sign in to comment.