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
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| free_form | string | This module takes a free form command, as a string | ||
| flush_handlers | bool | false | Flush handlers | |
| refresh_inventory | bool | false | Refresh inventory | |
| noop | bool | false | No operation | |
| clear_facts | bool | false | Clear facts | |
| clear_host_errors | bool | false | Clear host errors | |
| end_play | bool | false | End the play for this host | |
| end_host | bool | false | End the current host | |
| reset_connection | bool | false | Reset the connection for this host |
Example
- name: Stop processing this host
meta: end_host