mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fixed typo "tempalated" => "templated" (#21187)
This commit is contained in:
committed by
Matt Davis
parent
719b1fecfc
commit
27d1286780
@@ -95,7 +95,7 @@ EXAMPLES = '''
|
||||
chdir: somedir/
|
||||
creates: /path/to/database
|
||||
|
||||
- name: safely use tempalated variable to run command. Always use the quote filter to avoid injection issues.
|
||||
- name: safely use templated variable to run command. Always use the quote filter to avoid injection issues.
|
||||
command: cat {{ myfile|quote }}
|
||||
register: myoutput
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user