]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
defaults: beta_repos must be a dict 279/head
authorJosh Durgin <jdurgin@redhat.com>
Tue, 16 Aug 2016 05:42:46 +0000 (05:42 +0000)
committerJosh Durgin <jdurgin@redhat.com>
Tue, 16 Aug 2016 05:42:55 +0000 (05:42 +0000)
This causes ceph-cm-ansible to fail every teuthology job due to
the bad default: 'with_dict expects a dict'

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
roles/common/defaults/main.yml

index bf7cb077298a68b17ad37ceef62b7879c5c80460..ed370347521b4e2495cfbb90884fc45771442e2e 100644 (file)
@@ -29,7 +29,7 @@ epel_repos:
     gpgcheck: 0
 
 # Override in secrets repo
-beta_repos: []
+beta_repos: {}
 
 # Default to false.  A task in roles/common/tasks/yum_systems.yml
 # will set this to true if lsb_release indicates the distro is an Alpha/Beta release