summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/delegate_to/delegate_local_from_root.yml
blob: c9be4ff2337bd49850fdba9b69a78ede5dcb9126 (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 overriden
    copy:
      src: testfile
      dest: "{{ playbook_dir }}"
    delegate_to: localhost