summaryrefslogtreecommitdiff
path: root/utilities/logic/set_fact.py
diff options
context:
space:
mode:
Diffstat (limited to 'utilities/logic/set_fact.py')
-rw-r--r--utilities/logic/set_fact.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/utilities/logic/set_fact.py b/utilities/logic/set_fact.py
index edd41119..881f69fe 100644
--- a/utilities/logic/set_fact.py
+++ b/utilities/logic/set_fact.py
@@ -42,7 +42,9 @@ notes:
EXAMPLES = '''
# Example setting host facts using key=value pairs, note that this always creates strings or booleans
-- set_fact: one_fact="something" other_fact="{{ local_var }}"
+- set_fact:
+ one_fact: "something"
+ other_fact: "{{ local_var }}"
# Example setting host facts using complex arguments
- set_fact: