minor spelling changes

This commit is contained in:
Carlos E. Garcia 2016-12-10 21:50:09 -05:00 committed by Brian Coca
commit 0b8011436d
114 changed files with 152 additions and 152 deletions

View file

@ -442,7 +442,7 @@
- "result.stdout_lines[-1] == '(0 rows)'"
#
# Test settings privleges
# Test settings privileges
#
- name: Create db
become_user: postgres

View file

@ -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

View file

@ -47,7 +47,7 @@
path: "{{win_output_dir}}\\settings1.reg"
register: merge12_result
# without a compare to key, should allways report changed
# without a compare to key, should always report changed
- assert:
that:
- "merge12_result.changed == true"