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
| 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: Example meta task
meta:
free_form: <your_free_form>
flush_handlers: false