disabling imagefactoryclient on qa-stg

This commit is contained in:
Tim Flink 2017-02-24 01:45:26 +00:00
parent 94d121fef5
commit 74963490bd

View file

@ -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"