summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-test-docker/ansible_collections/ns/col/tests/integration/targets/minimal/tasks/main.yml
blob: c45c199cf3f7fb62ee45ab431a8d5f8845067625 (plain)
1
2
3
4
5
6
7
- hello:
    name: Ansibull
  register: hello

- assert:
    that:
      - hello.message == 'Hello Ansibull'