Skip to content

Commit

Permalink
test: add gather_facts true for tests that need facts
Browse files Browse the repository at this point in the history
Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Aug 20, 2024
1 parent 0c318ff commit 1c66383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests_cib_resources_create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
---
- name: Create all kinds of resources in a cluster
hosts: all
gather_facts: true # needs facts
vars_files: vars/main.yml
vars:
ha_cluster_cluster_name: test-cluster
Expand Down
1 change: 1 addition & 0 deletions tests/tests_cluster_basic_cloud_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
---
- name: Minimal cluster configuration, install cloud agents
hosts: all
gather_facts: true # needs facts
vars_files: vars/main.yml
vars:
ha_cluster_cluster_name: test-cluster
Expand Down

0 comments on commit 1c66383

Please sign in to comment.