Use YAML.
This commit is contained in:
parent
f9ef7a6360
commit
7373e14c24
|
|
@ -18,6 +18,10 @@ platforms:
|
||||||
pre_build_image: yes
|
pre_build_image: yes
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
config_options:
|
||||||
|
defaults:
|
||||||
|
stdout_callback: yaml
|
||||||
|
bin_ansible_callbacks: true
|
||||||
{% if verify.stat.exists %}
|
{% if verify.stat.exists %}
|
||||||
verifier:
|
verifier:
|
||||||
name: ansible
|
name: ansible
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue