Documentation

    PLEASE NOTE: This document applies to latest version and not to the latest stable release v2.19

    Documentation for other releases can be found by using the version selector in the top right of any doc page.

    meta

    Execute meta-actions during task execution.

    This module provides special actions that control the execution flow, such as flushing handlers.

    Attributes

    check_mode:
      support: full
    

    Parameters

    Parameter Required Type Values Description
    action true string flush_handlers The meta action to perform

    Example

    - name: Flush handlers before continuing
      meta:
        action: flush_handlers