mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
typofixes - https://github.com/vlajos/misspell_fixer
This commit is contained in:
@@ -188,7 +188,7 @@
|
||||
- "file11_result.uid == 1235"
|
||||
|
||||
- name: fail to create soft link to non existent file
|
||||
file: src=/noneexistant dest={{output_dir}}/soft2.txt state=link force=no
|
||||
file: src=/noneexistent dest={{output_dir}}/soft2.txt state=link force=no
|
||||
register: file12_result
|
||||
ignore_errors: true
|
||||
|
||||
@@ -198,7 +198,7 @@
|
||||
- "file12_result.failed == true"
|
||||
|
||||
- name: force creation soft link to non existent
|
||||
file: src=/noneexistant dest={{output_dir}}/soft2.txt state=link force=yes
|
||||
file: src=/noneexistent dest={{output_dir}}/soft2.txt state=link force=yes
|
||||
register: file13_result
|
||||
|
||||
- name: verify that link was created
|
||||
|
||||
Reference in New Issue
Block a user