summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/playbook/remote_user_and_user.yml
blob: c9e2389dfe5203cfbaedb84bef5cae84a8a00578 (plain)
1
2
3
4
5
6
- hosts: localhost
  remote_user: a
  user: b
  tasks:
    - debug:
        msg: did not run