7 lines
93 B
YAML
7 lines
93 B
YAML
|
- hosts: localhost
|
||
|
remote_user: a
|
||
|
user: b
|
||
|
tasks:
|
||
|
- debug:
|
||
|
msg: did not run
|