ceph-common: always include release.yml

Prior to this change, a playbook run with '--tags' or '--skip-tags'
would fail, because the ceph-common role would not include the
release.yml task, and this file defines critical things like
ceph_release.

Thanks Andrew Schoen <aschoen@redhat.com> for help with the fix.

(cherry picked from commit 63e5b5c406)
pull/1218/head
Ken Dreyer 2017-01-05 14:29:53 -07:00
parent 99d66e09d9
commit b29f49ca71
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
# Set ceph_release
- include: ./release.yml
tags:
- always
- include: ./checks/check_firewall.yml
when: check_firewall