Sha256: e0a35d248e911a91e7eeb329fdfed53aef5799664193c41b2551991c0a1fb4b3
Contents?: true
Size: 375 Bytes
Versions: 8
Compression:
Stored size: 375 Bytes
Contents
--- - hosts: local connection: local gather_facts: False tasks: - name: setting a fact set_fact: nat: - { 00 : nat, 01 : hello, 02 : world } - name: test fact and passed in variables debug: msg: "Seq iteration {{iter}} from a list of {{predefined_list_of_stuff}}" - name: wait 5 seconds pause: seconds: 5
Version data entries
8 entries across 8 versions & 1 rubygems