Skip to content

Commit

Permalink
common do not filter by distro when dev is set for figuring out ceph_…
Browse files Browse the repository at this point in the history
…release

Signed-off-by: Alfredo Deza <[email protected]>
  • Loading branch information
Alfredo Deza committed Aug 31, 2017
1 parent 673938e commit 98d107c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/ceph-common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
# override ceph_stable_release for ceph_dev and rhcs installations since ceph_stable_release is not mandatory
- include: ./release-rhcs.yml
when:
- ansible_os_family == 'RedHat'
- ceph_repository in ['rhcs', 'dev']
tags:
- always
Expand Down

0 comments on commit 98d107c

Please sign in to comment.