From b3621d5b634090fd7a6ca19935f9728672c0e8d0 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 31 May 2017 10:29:30 +0200 Subject: [PATCH] Add the ccsdb role to the ci group/host --- playbooks/groups/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/ci.yml b/playbooks/groups/ci.yml index d8d3588b4f..fcef5d185b 100644 --- a/playbooks/groups/ci.yml +++ b/playbooks/groups/ci.yml @@ -54,6 +54,7 @@ - { role: taskotron/resultsdb-backend, tags: ['resultsdb-be'] } - { role: taskotron/resultsdb-frontend, tags: ['resultsdb-fe'] } - { role: taskotron/execdb, tags: ['execdb'] } + - { role: ccsdb, tags: ['ccsdb'] } handlers: - include: "{{ handlers_path }}/restart_services.yml"