mirror of https://github.com/hashicorp/packer
Merge pull request #3686 from ricardclau/test_ansible_verbose_output
Adding a functional test with an Ansible message very longpull/3690/head
commit
eb8a3dc663
@ -0,0 +1,8 @@
|
||||
- name: Stub for Packer testing long Ansible messages
|
||||
hosts: localhost
|
||||
connection: local
|
||||
|
||||
tasks:
|
||||
- name: Very long Ansible output (>65535 chars) (Issue https://github.com/mitchellh/packer/issues/3268)
|
||||
debug:
|
||||
msg: "{{ lipsum(n=300, html=false) }}"
|
||||
Loading…
Reference in new issue