diff options
Diffstat (limited to 'opt/infra/roles/testapi/tasks')
-rw-r--r-- | opt/infra/roles/testapi/tasks/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opt/infra/roles/testapi/tasks/main.yml b/opt/infra/roles/testapi/tasks/main.yml new file mode 100644 index 00000000..8ca91396 --- /dev/null +++ b/opt/infra/roles/testapi/tasks/main.yml @@ -0,0 +1,4 @@ +--- +- name: setting up testapi + become: true + script: ../files/run_testapi.sh |