b31b5d105a
Rather than silently processing extra_vars filename without @ sign, CLI now fails with appropriate warning about requirement. Fixes: #51857 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 lines
87 B
YAML
5 lines
87 B
YAML
- hosts: all
|
|
gather_facts: false
|
|
tasks:
|
|
- debug:
|
|
msg: "{{ username }}"
|