Rename tobiko role pre/post folders

roles/tobiko/tasks/pre-run/ -> roles/tobiko/tasks/pre/
roles/tobiko/tasks/post-run/ -> roles/tobiko/tasks/post/

Change-Id: I11ee86d893670a084852aed31e344735680ec331
This commit is contained in:
Federico Ressi 2020-01-08 09:11:50 +01:00
parent f2b71f000a
commit 24d62a2609
6 changed files with 5 additions and 5 deletions

View File

@ -8,10 +8,10 @@
- when: tobiko_pre_run | bool
block:
- include: pre-run/source.yaml
- include: pre-run/config.yaml
- include: pre-run/output.yaml
- include: pre-run/tools.yaml
- include: pre/source.yaml
- include: pre/config.yaml
- include: pre/output.yaml
- include: pre/tools.yaml
- when: tobiko_run | bool
block:
@ -23,4 +23,4 @@
- when: tobiko_post_run | bool
block:
- include: post-run/report.yaml
- include: post/report.yaml