mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Parallelize make command for integration test runner
Also adds a new var, used by the prepare_tests role, to prevent it from deleting the temp test directory at the start of each play to avoid any potential race conditions
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
always_run: True
|
||||
tags:
|
||||
- prepare
|
||||
when: clean_working_dir|default("yes")|bool
|
||||
|
||||
- name: create the test directory
|
||||
file: name={{output_dir}} state=directory
|
||||
|
||||
Reference in New Issue
Block a user