Skip to content

Commit

Permalink
Merge pull request #1844 from ceph/rhcs-dev-ceph-release-fix
Browse files Browse the repository at this point in the history
common do not filter by distro when dev is set for figuring out ceph_release
  • Loading branch information
andrewschoen authored Aug 31, 2017
2 parents 673938e + 98d107c commit 1b432e6
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 1b432e6

Please sign in to comment.