]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Add defaults for ceph_stable_ice_tmp_path and ceph_stable_ice_kmod 501/head
authorAndrew Schoen <aschoen@redhat.com>
Thu, 28 Jan 2016 17:40:18 +0000 (11:40 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 28 Jan 2016 17:40:18 +0000 (11:40 -0600)
commit1fc8a17eb07474af3e9b27c031c57fb89ba88c5f
treeca6b77b65eec652ffe59e6ec40febafed8814cda
parenta25d1f3692e8307d781abf3b2cdcae66e7ca56a5
Add defaults for ceph_stable_ice_tmp_path and ceph_stable_ice_kmod

It seems that in ansible 2.0 even if a task is skipped by it's `when`
clause not evaluating to true the variables in the play are still
rendered. Because these were not defined in defaults/main.yml ansible
was failing in installs/install_on_redhat where those variables are
being used in a `with_items` stanza.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/ceph-common/defaults/main.yml