summaryrefslogtreecommitdiff
path: root/test/integration/targets/delegate_to/delegate_local_from_root.yml
blob: b44f83bd2f9051d3db87537ba2661054d0b82015 (plain)
1
2
3
4
5
6
7
8
9
10
- name: handle case from issue 72541
  hosts: testhost
  gather_facts: false
  remote_user: root
  tasks:
  - name: ensure we copy w/o errors due to remote user not being overridden
    copy:
      src: testfile
      dest: "{{ playbook_dir }}"
    delegate_to: localhost