summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/delegate_to/discovery_applied.yml
blob: fafe664c9469a3e0c38729ad80c9bcf4159cc3fb (plain)
1
2
3
4
5
6
7
8
- hosts: testhost
  gather_facts: no
  tasks:
  - command: ls
    delegate_to: "{{ item }}"
    with_items:
    - localhost
    - "{{ inventory_hostname }}"