Documentation

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

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

    set_vars

    This module allows setting new variables.

    Parameters

    key_value:
      type: list
      required: true
      description: |
        This module takes key/value pairs and save un current Vars context.
    

    Example

    - set_vars:
        foo: boo
    
    - assert
        that:
          - foo == 'boo'