2016-07-06 20:02:10 -04:00
|
|
|
- name: Stub for Packer testing long Ansible messages
|
|
|
|
hosts: localhost
|
|
|
|
connection: local
|
|
|
|
|
|
|
|
tasks:
|
2017-04-04 16:39:01 -04:00
|
|
|
- name: Very long Ansible output (>65535 chars) (Issue https://github.com/hashicorp/packer/issues/3268)
|
2016-07-06 20:02:10 -04:00
|
|
|
debug:
|
|
|
|
msg: "{{ lipsum(n=300, html=false) }}"
|