mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixed typo "tempalated" => "templated" (#21187)
This commit is contained in:
parent
719b1fecfc
commit
27d1286780
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ EXAMPLES = '''
|
||||||
chdir: somedir/
|
chdir: somedir/
|
||||||
creates: /path/to/database
|
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 }}
|
command: cat {{ myfile|quote }}
|
||||||
register: myoutput
|
register: myoutput
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue