11 lines
195 B
YAML
11 lines
195 B
YAML
---
|
|
# tasks file for foo
|
|
- name: no fqcn for this debug
|
|
debug:
|
|
msg: "i throw an ansible-lint error."
|
|
|
|
|
|
- name: jijna spacing issue
|
|
ansible.builtin.debug:
|
|
msg: "{{ansible_play_name}}"
|