mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Moving creating of testing work dir out of dep role and into Makefile
This commit is contained in:
@@ -17,16 +17,15 @@
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
- name: clean out the test directory
|
||||
file: name={{output_dir|mandatory}} state=absent
|
||||
always_run: True
|
||||
tags:
|
||||
- prepare
|
||||
when: clean_working_dir|default("yes")|bool
|
||||
|
||||
- name: create the test directory
|
||||
file: name={{output_dir}} state=directory
|
||||
always_run: True
|
||||
tags:
|
||||
- prepare
|
||||
|
||||
#- name: clean out the test directory
|
||||
# file: name={{output_dir|mandatory}} state=absent
|
||||
# always_run: True
|
||||
# tags:
|
||||
# - prepare
|
||||
# when: clean_working_dir|default("yes")|bool
|
||||
#
|
||||
#- name: create the test directory
|
||||
# file: name={{output_dir}} state=directory
|
||||
# always_run: True
|
||||
# tags:
|
||||
# - prepare
|
||||
|
||||
Reference in New Issue
Block a user