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:
parent
f2b71f000a
commit
24d62a2609
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user