zuul/tests/fixtures/config/ansible/git/org_plugin-project/playbooks/csvfile_bad.yaml

6 lines
129 B
YAML

- hosts: all
vars:
value: "{{ lookup('csvfile', 'a file=/etc/passwd') }}"
tasks:
- debug: msg="value is {{ value }}"