Ansible Lists & Dicts Overview
Reference: Ansible All members of a list are lines beginning at the same indentation level starting with a - (a dash and a space): --- # A list of tasty fruits fruits: - Apple - Orange - Strawberry - Mango A dictionary is represented in a simple key: value form (the colon must be followed by a space): # An employee record ...