]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: always include release.yml 1217/head
authorKen Dreyer <kdreyer@redhat.com>
Thu, 5 Jan 2017 21:29:53 +0000 (14:29 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 5 Jan 2017 21:40:39 +0000 (14:40 -0700)
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.

roles/ceph-common/tasks/main.yml

index fcbe7c26fe646e000a5dafacaba15c25a4a89195..e0e388f59625d6c30898735d2902e59708b4d656 100644 (file)
@@ -4,6 +4,8 @@
 
 # Set ceph_release
 - include: ./release.yml
+  tags:
+    - always
 
 - include: ./checks/check_firewall.yml
   when: check_firewall