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

Control playbook execution flow, such as ending a play or clearing facts

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: Stop processing this host
  meta: end_host