From: Ken Dreyer Date: Thu, 5 Jan 2017 21:29:53 +0000 (-0700) Subject: ceph-common: always include release.yml X-Git-Tag: v2.2.10~55 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3807dfd5da0a4ade2887d23611e3633ff5a6e9bf;p=ceph-ansible.git 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 for help with the fix. --- diff --git a/tasks/main.yml b/tasks/main.yml index fcbe7c26f..e0e388f59 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -4,6 +4,8 @@ # Set ceph_release - include: ./release.yml + tags: + - always - include: ./checks/check_firewall.yml when: check_firewall