diff options
author | Carlos E. Garcia <carlos@cgarcia.org> | 2016-12-11 03:50:09 +0100 |
---|---|---|
committer | Brian Coca <bcoca@users.noreply.github.com> | 2016-12-13 19:51:13 +0100 |
commit | 0b8011436dc7f842b78298848e298f2a57ee8d78 (patch) | |
tree | 239496b48fd051dcdc6cacf18c9bae48728aad1e /test/integration/targets/template | |
parent | Cleanup import for sysctl module (diff) | |
download | ansible-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.yml | 2 |
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 |