NAME

test_ansible_module - Test ansible modules on the command line

SYNOPSIS

Usage: test_ansible_module -m module_path  -a arguments

  test_ansible_module -m echo -a hello=world

Options:
  -h,                         Show this help text
  -m, --module_path <path>    Full path to module to run
  -a --args <args>            Arguments to pass to module
  -c, --check                 Run module in check mode
  -p, --pack                  Run fatpacker on module
  --version                   Show version information

SEE ALSO

AnsibleModule