summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible/playbook.yml
blob: 69c9b2b247bb525e82d74a55f465504539aa63c8 (plain)
1
2
3
4
5
6
7
8
- hosts: all
  gather_facts: false
  tasks:
    - debug:
        msg: "{{ username }}"

    - name: explicitly refresh inventory
      meta: refresh_inventory