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/
|
||||
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
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue