summaryrefslogtreecommitdiff
path: root/test/integration/targets/conditionals
diff options
context:
space:
mode:
authorLars Kellogg-Stedman <lars@oddbit.com>2019-04-24 01:06:09 -0400
committerMartin Krizek <martin.krizek@gmail.com>2019-04-24 07:06:09 +0200
commit35fdae7485e245fa7dbc0f5330c32f51c71724d1 (patch)
treeb37af6b205d6c7c10b2b418067fe2ad5c2c38e16 /test/integration/targets/conditionals
parente77260a4fb66474de5a8210ff424db137216c4f4 (diff)
downloadansible-35fdae7485e245fa7dbc0f5330c32f51c71724d1.tar.gz
spelling: temaplte -> template (#55665)
Correct a common mis-spelling of 'template' including in the return value of the lib/ansible/modules/cloud/cloudstack/cs_template.py module.
Diffstat (limited to 'test/integration/targets/conditionals')
-rw-r--r--test/integration/targets/conditionals/play.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/conditionals/play.yml b/test/integration/targets/conditionals/play.yml
index 10b24589a0..c6bb381527 100644
--- a/test/integration/targets/conditionals/play.yml
+++ b/test/integration/targets/conditionals/play.yml
@@ -206,7 +206,7 @@
when: bare|bool
- - name: assert that the bad nested conditional did run since non bare 'string' is untempalted but 'trueish'
+ - name: assert that the bad nested conditional did run since non bare 'string' is untemplated but 'trueish'
assert:
that:
- result is skipped