summaryrefslogtreecommitdiff
path: root/cloud/amazon/cloudformation_facts.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/amazon/cloudformation_facts.py')
-rw-r--r--cloud/amazon/cloudformation_facts.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cloud/amazon/cloudformation_facts.py b/cloud/amazon/cloudformation_facts.py
index 381e479f..0e502ce5 100644
--- a/cloud/amazon/cloudformation_facts.py
+++ b/cloud/amazon/cloudformation_facts.py
@@ -68,7 +68,8 @@ EXAMPLES = '''
stack_name: my-cloudformation-stack
# Facts are published in ansible_facts['cloudformation'][<stack_name>]
-- debug: msg={{ ansible_facts['cloudformation']['my-cloudformation-stack'] }}
+- debug:
+ msg: '{{ ansible_facts['cloudformation']['my-cloudformation-stack'] }}'
# Get all stack information about a stack
- cloudformation_facts: