do not set ceph_release to dummy

When we're deploying a dev branch.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
pull/3557/head
Patrick Donnelly 2019-01-26 21:11:41 -08:00 committed by mergify[bot]
parent 25d8198c5d
commit 080ce7dd72
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@
ceph_release: "{{ ceph_stable_release }}"
when:
- ceph_origin == 'repository'
- ceph_repository != 'dev'
tags:
- always