diff options
author | Clément Delafargue <39330590+clementd-fretlink@users.noreply.github.com> | 2020-07-03 15:16:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 15:16:54 +0200 |
commit | 315c7f51af48b54719bd793d9d28a4bb396a926a (patch) | |
tree | a9e2e081805d89fa1b924d6b2f85be342fd0cc54 /tests/test-all.yml | |
parent | 90634ee04cc1a4ab983de6bf142f25978463bc4a (diff) | |
parent | 3d3287e0767d13b0a81e5936ce9376d58f42e34c (diff) | |
download | ansible-clever-315c7f51af48b54719bd793d9d28a4bb396a926a.tar.gz ansible-clever-315c7f51af48b54719bd793d9d28a4bb396a926a.tar.zst ansible-clever-315c7f51af48b54719bd793d9d28a4bb396a926a.zip |
Merge pull request #74 from clementd-fretlink/service-dependenciesv2.7
Service dependencies
Diffstat (limited to 'tests/test-all.yml')
-rw-r--r-- | tests/test-all.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-all.yml b/tests/test-all.yml index 145b16d..8a6c0ba 100644 --- a/tests/test-all.yml +++ b/tests/test-all.yml | |||
@@ -4,4 +4,5 @@ | |||
4 | - import_playbook: ./test-haskell-app.yml | 4 | - import_playbook: ./test-haskell-app.yml |
5 | - import_playbook: ./test-noop-deploy.yml | 5 | - import_playbook: ./test-noop-deploy.yml |
6 | - import_playbook: ./test-scalability.yml | 6 | - import_playbook: ./test-scalability.yml |
7 | - import_playbook: ./test-service-deps.yml | ||
7 | - import_playbook: ./test-restart-app.yml | 8 | - import_playbook: ./test-restart-app.yml |