mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
minor spelling changes
This commit is contained in:
committed by
Brian Coca
parent
054a3fccf8
commit
0b8011436d
@@ -442,7 +442,7 @@
|
||||
- "result.stdout_lines[-1] == '(0 rows)'"
|
||||
|
||||
#
|
||||
# Test settings privleges
|
||||
# Test settings privileges
|
||||
#
|
||||
- name: Create db
|
||||
become_user: postgres
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user