From e17f1cbfa620f15f08ac7230b059642c58221bbb Mon Sep 17 00:00:00 2001 From: Jeffrey Cutter Date: Wed, 13 Dec 2023 13:23:14 -0500 Subject: [PATCH] docs: fix sources missing fqcn (#630) Co-authored-by: Madhu Kanoor --- docs/conditions.rst | 6 +++--- docs/rulebooks.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conditions.rst b/docs/conditions.rst index ba9845ac..0c70b257 100644 --- a/docs/conditions.rst +++ b/docs/conditions.rst @@ -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: @@ -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 @@ -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 diff --git a/docs/rulebooks.rst b/docs/rulebooks.rst index b0a39410..064bcaff 100644 --- a/docs/rulebooks.rst +++ b/docs/rulebooks.rst @@ -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