Ansible Module command

From NovaOrdis Knowledge Base
Revision as of 18:59, 25 May 2017 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

External

Internal

Overview

The command module takes the command name followed by a list of space-delimited arguments.

A command will NOT be interpreted by a shell, so variables like $HOME and operations like "<", ">", "|", ";" and "&" will not work. Use the shelll module for that.