eebbbd3f0e
Fixes #1610.
12 lines
183 B
YAML
12 lines
183 B
YAML
---
|
|
- hosts: all
|
|
gather_facts: False
|
|
tasks:
|
|
- action: debug msg="$variable"
|
|
|
|
- hosts: all
|
|
vars:
|
|
- ugly: var
|
|
gather_facts: False
|
|
tasks:
|
|
- action: debug msg="$variable"
|