summaryrefslogtreecommitdiff
path: root/examples/playbooks
diff options
context:
space:
mode:
authorAfsin Toparlak <afsin@toparlak.de>2013-05-01 23:11:19 +0200
committerAfsin Toparlak <afsin@toparlak.de>2013-05-01 23:11:19 +0200
commit9699e086d7dfc2e86fa5c3d02ec403e4cb010ec8 (patch)
tree5a43485fd1129905c5aa0718e7512a04ee4f352d /examples/playbooks
parent2cf30148ba4cc6ea9723ec70ffa85dfc2fb488a3 (diff)
downloadansible-9699e086d7dfc2e86fa5c3d02ec403e4cb010ec8.tar.gz
typo
Diffstat (limited to 'examples/playbooks')
-rw-r--r--examples/playbooks/conditionals_part2.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/playbooks/conditionals_part2.yml b/examples/playbooks/conditionals_part2.yml
index 3f673548d3..1bb4a93266 100644
--- a/examples/playbooks/conditionals_part2.yml
+++ b/examples/playbooks/conditionals_part2.yml
@@ -11,7 +11,7 @@
cat: "whiskers"
ssn: 8675309
-# These are the types of when statemnets available
+# These are the types of when statements available
# when_set: $variable_name
# when_unset: $variable_name
# when_str: $x == "test"