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
  -v, --check                 Run module in check mode

SEE ALSO

AnsibleModule