Skip to content

Commit

Permalink
Fix default for osism_setup_gather_subset in gather-facts (pt. 2) (#484)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt committed Aug 25, 2024
1 parent 0a3b4a8 commit 044cb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/generic/gather-facts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- name: Gathers facts about hosts
ansible.builtin.setup:
filter: "{{ osism_setup_filter | default('') }}"
gather_subset: "{{ osism_setup_gather_subset | default('generic') }}"
gather_subset: "{{ osism_setup_gather_subset | default('all') }}"

- name: Gather facts for all hosts (if using --limit)
ignore_unreachable: true
Expand Down

0 comments on commit 044cb92

Please sign in to comment.