summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/template
diff options
context:
space:
mode:
authorCarlos E. Garcia <carlos@cgarcia.org>2016-12-11 03:50:09 +0100
committerBrian Coca <bcoca@users.noreply.github.com>2016-12-13 19:51:13 +0100
commit0b8011436dc7f842b78298848e298f2a57ee8d78 (patch)
tree239496b48fd051dcdc6cacf18c9bae48728aad1e /test/integration/targets/template
parentCleanup import for sysctl module (diff)
downloadansible-0b8011436dc7f842b78298848e298f2a57ee8d78.tar.xz
ansible-0b8011436dc7f842b78298848e298f2a57ee8d78.zip
minor spelling changes
Diffstat (limited to 'test/integration/targets/template')
-rw-r--r--test/integration/targets/template/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/template/tasks/main.yml b/test/integration/targets/template/tasks/main.yml
index 6681e15674..c4f0f2910b 100644
--- a/test/integration/targets/template/tasks/main.yml
+++ b/test/integration/targets/template/tasks/main.yml
@@ -106,7 +106,7 @@
- "dir_attrs.stat.pw_name == 'nobody'"
- "dir_attrs.stat.mode == '0755'"
-- name: Check that template to a dirctory where the directory does not end with a / is allowed
+- name: Check that template to a directory where the directory does not end with a / is allowed
template: src=foo.j2 dest={{output_dir | expanduser}}/template-dir mode=0600 owner=root group={{ group.stdout }}
- name: make a symlink to the templated file