mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Think that integration tests are failing in json due to lack of json mimetype. Make a short wrapper to fix that.
This commit is contained in:
@@ -37,6 +37,10 @@
|
||||
dest: "{{files_dir}}/{{ item }}"
|
||||
with_sequence: start=0 end=30 format=fail%d.json
|
||||
|
||||
- copy:
|
||||
src: "testserver.py"
|
||||
dest: "{{ output_dir }}/testserver.py"
|
||||
|
||||
- name: verify that python2 is installed so this test can continue
|
||||
shell: which python2
|
||||
register: py2
|
||||
|
||||
Reference in New Issue
Block a user