File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed
Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ provisioner:
1818 config_options :
1919 defaults :
2020 remote_tmp : /tmp
21+ stdout_callback : yaml
2122 playbooks :
2223 converge : playbook.yml
2324 lint :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 hosts : all
88 become : true
99 vars :
10- goss_version : v0.3.2
10+ goss_version : v0.3.7
1111 goss_arch : amd64
1212 goss_dst : /usr/local/bin/goss
1313 goss_sha256sum : 357f5c7f2e7949b412bce44349cd32ab19eb3947255a8ac805f884cc2c326059
1414 goss_url : " https://github.com/aelsabbahy/goss/releases/download/{{ goss_version }}/goss-linux-{{ goss_arch }}"
1515 goss_test_directory : /tmp
16- goss_format : documentation
16+ goss_format : tap
1717 tasks :
1818 - name : Download and install Goss
1919 get_url :
3737 register : test_files
3838
3939 - name : Execute Goss tests
40- shell : " bash -login -c ' {{ goss_dst }} -g {{ item }} validate --format {{ goss_format }}' "
40+ command : " {{ goss_dst }} -g {{ item }} validate -f {{ goss_format }}"
4141 register : test_results
4242 with_items : " {{ test_files.stdout_lines }}"
4343
You can’t perform that action at this time.
0 commit comments