diff --git a/lib/ansible/modules/commands/command.py b/lib/ansible/modules/commands/command.py index 4081c8c95d..73b13e72d1 100644 --- a/lib/ansible/modules/commands/command.py +++ b/lib/ansible/modules/commands/command.py @@ -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 '''