From 74963490bdaab38741d5da8ff4d1e7c761d38690 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Fri, 24 Feb 2017 01:45:26 +0000 Subject: [PATCH] disabling imagefactoryclient on qa-stg --- playbooks/groups/qa.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/qa.yml b/playbooks/groups/qa.yml index 2cab02eb9b..2702155c5b 100644 --- a/playbooks/groups/qa.yml +++ b/playbooks/groups/qa.yml @@ -109,7 +109,8 @@ - qastaticsites roles: - - { role: taskotron/imagefactory-client, tags: ['imagefactoryclient']} + - { role: taskotron/imagefactory-client, + when: deployment_type != "qa-stg", tags: ['imagefactoryclient'] } handlers: - include: "{{ handlers }}/restart_services.yml"