summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-vault/test_vaulted_inventory_toml.yml
blob: f6e2c5d6035ea44a9a10b89dd9c37b4e65412380 (plain)
1
2
3
4
5
6
7
8
9
- hosts: vaulted_host_toml
  gather_facts: no
  tasks:
  - name: See if we knew vaulted_host_toml
    debug: msg="Found vaulted_host from vaulted.inventory.toml"

  - assert:
      that:
        - 'hello=="world"'