From 0b23a5c6242a988608aef130c119e11a88fbf552 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 18 Jan 2017 11:00:51 -0600 Subject: [PATCH] adds ceph-docker-common to the script that updates ansible galaxy Signed-off-by: Andrew Schoen --- contrib/push-roles-to-ansible-galaxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/push-roles-to-ansible-galaxy.sh b/contrib/push-roles-to-ansible-galaxy.sh index 9fcc38676..700e9eaaf 100755 --- a/contrib/push-roles-to-ansible-galaxy.sh +++ b/contrib/push-roles-to-ansible-galaxy.sh @@ -5,7 +5,7 @@ set -xe BASEDIR=$(dirname "$0") LOCAL_BRANCH=$(cd $BASEDIR && git rev-parse --abbrev-ref HEAD) BRANCHES="master ansible-1.9" -ROLES="ceph-common ceph-mon ceph-osd ceph-mds ceph-rgw ceph-restapi ceph-agent ceph-fetch-keys ceph-rbd-mirror ceph-client" +ROLES="ceph-common ceph-mon ceph-osd ceph-mds ceph-rgw ceph-restapi ceph-agent ceph-fetch-keys ceph-rbd-mirror ceph-client ceph-docker-common" # FUNCTIONS -- 2.39.5