Remove orchestrator.json from osbs inputs

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-05-15 20:33:45 +02:00
parent 91ae7b8907
commit 1887a0a9fd

View file

@ -42,3 +42,8 @@
- osbs-client
when: env == 'production'
- name: We do not want orchestrator.json in production
file: name=/etc/osbs/input/orchestrator.json state=absent
tags:
- osbs-client
when: env == 'production'