meta

Collection: builtin

Full Name: parallax.builtin.meta

Aliases: ansible.builtin.meta, meta

Controller module — runs on the local controller, not on remote hosts.

Synopsis

Manage meta

Parameters

NameTypeRequiredDefaultDescription
free_formstringThis module takes a free form command, as a string
flush_handlersboolfalseFlush handlers
refresh_inventoryboolfalseRefresh inventory
noopboolfalseNo operation
clear_factsboolfalseClear facts
clear_host_errorsboolfalseClear host errors
end_playboolfalseEnd the play for this host
end_hostboolfalseEnd the current host
reset_connectionboolfalseReset the connection for this host

Example

- name: Example meta task
  meta:
    free_form: <your_free_form>
    flush_handlers: false