mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 04:24:00 -07:00
minor spelling changes
This commit is contained in:
parent
054a3fccf8
commit
0b8011436d
114 changed files with 152 additions and 152 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue