Skip to content

Commit

Permalink
docs: fix sources missing fqcn (ansible#630)
Browse files Browse the repository at this point in the history
Co-authored-by: Madhu Kanoor <[email protected]>
  • Loading branch information
jeffmcutter and mkanoor authored Dec 13, 2023
1 parent edc6caf commit e17f1cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/conditions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Multiple conditions where **all** of them have to match with internal references
- name: Delayed comparison
hosts: all
sources:
- generic:
- ansible.eda.generic:
payload:
- friend_list:
names:
Expand Down Expand Up @@ -293,7 +293,7 @@ Multiple conditions where **all** of them have to match with internal references
- name: multiple conditions caching
hosts: all
sources:
- generic:
- ansible.eda.generic:
payload:
- request:
type: Delete
Expand Down Expand Up @@ -977,7 +977,7 @@ Example:
| placement of this rule is important. If the rule is defined
| first in the rulebook it will get executed all the time till
| the variable gets defined this might lead to misleading results and
| skipping of other rules. You should typically combine the
| skipping of other rules. You should typically combine the
| is not defined with another comparison. It's not important to check
| if an attribute exists before you use it in a condition. The rule engine
| will check for the existence and only then compare it. If its missing, the
Expand Down
2 changes: 1 addition & 1 deletion docs/rulebooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ A ruleset has the following properties:
gather_facts: true
sources:
- name: range
range:
ansible.eda.range:
limit: 5
rules:
- name: r1
Expand Down

0 comments on commit e17f1cb

Please sign in to comment.