blob: 9e7a6dfd1f831d98c8f61619647597afd33ba194 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
# Bug reproducer https://github.com/ansible/ansible-lint/issues/2846
- name: Play
hosts: localhost
gather_facts: false
connection: local
roles:
- role: acme.sample4
vars:
date_ko_1: "{{ lookup('pipe', 'date') }}"
|