Fixed typo "tempalated" => "templated" (#21187)

pull/21118/merge
stigchristian 8 years ago 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
'''

Loading…
Cancel
Save