aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-all.yml
diff options
context:
space:
mode:
authorpaulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com>2020-08-06 16:01:39 +0200
committerGitHub <noreply@github.com>2020-08-06 16:01:39 +0200
commit9a29ce38c3a73e448a1a636888899a9a31229573 (patch)
treef03e1db57031f574657838a8a15c41319b1c18be /tests/test-all.yml
parent315c7f51af48b54719bd793d9d28a4bb396a926a (diff)
parentc3e2ff5e0f31c61eae330a1a41d7a8a83435d9bd (diff)
downloadansible-clever-9a29ce38c3a73e448a1a636888899a9a31229573.tar.gz
ansible-clever-9a29ce38c3a73e448a1a636888899a9a31229573.tar.zst
ansible-clever-9a29ce38c3a73e448a1a636888899a9a31229573.zip
Merge pull request #75 from paulrbr-fl/clever-restart-when-askedv2.8
deploy: try to restart the app when the CLI asks to do it
Diffstat (limited to 'tests/test-all.yml')
-rw-r--r--tests/test-all.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-all.yml b/tests/test-all.yml
index 8a6c0ba..b9c5dea 100644
--- a/tests/test-all.yml
+++ b/tests/test-all.yml
@@ -3,6 +3,7 @@
3- import_playbook: ./test-configure-app.yml 3- import_playbook: ./test-configure-app.yml
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-restart-deploy.yml
6- import_playbook: ./test-scalability.yml 7- import_playbook: ./test-scalability.yml
7- import_playbook: ./test-service-deps.yml 8- import_playbook: ./test-service-deps.yml
8- import_playbook: ./test-restart-app.yml 9- import_playbook: ./test-restart-app.yml