Sha256: 444096d555f252fbe303cc3b4bf47d56042424c66120cc5142e2b42b7c34db81
Contents?: true
Size: 424 Bytes
Versions: 16
Compression:
Stored size: 424 Bytes
Contents
--- - hosts: local connection: local gather_facts: False tasks: - name: setting a fact set_fact: nat: - { 00 : elasticsearch, 01 : hello, 02 : world } - name: test fact and passed in variables debug: msg: "elasticsearch test {{nat}} stack {{stack}} AWS instance type {{aws_type}} AWS disk size {{aws_disk_size}}" - name: wait 5 seconds pause: seconds: 5
Version data entries
16 entries across 16 versions & 1 rubygems