Skip to content

Commit

Permalink
docs: fix rulebooks documentation for missing gather_facts (#629)
Browse files Browse the repository at this point in the history
gather_facts defaults to false and needs to be set to true in order to
interact with facts as this sample does.

Co-authored-by: Madhu Kanoor <[email protected]>
  • Loading branch information
jeffmcutter and mkanoor authored Dec 12, 2023
1 parent efde2b3 commit 1c53441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/rulebooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ A ruleset has the following properties:
- name: Example
hosts: all
gather_facts: true
sources:
- name: range
range:
Expand Down

0 comments on commit 1c53441

Please sign in to comment.