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

This commit is contained in:
stigchristian 2017-02-09 18:13:22 +01:00 committed by Matt Davis
parent 719b1fecfc
commit 27d1286780

View file

@ -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
'''