From: David Galloway Date: Wed, 16 Nov 2016 17:57:49 +0000 (-0500) Subject: downstream-setup: define empty var for repos_to_remove X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=adbc0903d3944d850be643e1a6dab169090eab7b;p=ceph-cm-ansible.git downstream-setup: define empty var for repos_to_remove This var got missed when working on https://github.com/ceph/ceph-cm-ansible/pull/287 Fixes: http://tracker.ceph.com/issues/17922 Signed-off-by: David Galloway --- diff --git a/roles/downstream-setup/defaults/main.yml b/roles/downstream-setup/defaults/main.yml index 617a1f2..044146e 100644 --- a/roles/downstream-setup/defaults/main.yml +++ b/roles/downstream-setup/defaults/main.yml @@ -34,3 +34,6 @@ disable_yum_repos: [] # NOTE: this does not work on repo files with multiple entries in them, # it will only enable the first entry in the repo file. enable_yum_repos: [] + +# defining empty var for ansible v2.2 compatibility. +repos_to_remove: []