From 2d555fcf11006d3748ccad303212b2dd34979c98 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 22 Aug 2018 16:47:19 +0000 Subject: [PATCH] Trailing slashes might be the problem here. --- playbooks/groups/oci-registry.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/oci-registry.yml b/playbooks/groups/oci-registry.yml index 8c18d78c9c..9086f85686 100644 --- a/playbooks/groups/oci-registry.yml +++ b/playbooks/groups/oci-registry.yml @@ -47,7 +47,7 @@ roles: - role: gluster/consolidated - gluster_brick_dir: /srv/glusterfs/ + gluster_brick_dir: /srv/glusterfs gluster_mount_dir: /srv/docker/ gluster_brick_name: registry gluster_server_group: docker-registry-gluster-stg @@ -67,7 +67,7 @@ roles: - role: gluster/consolidated - gluster_brick_dir: /srv/glusterfs/ + gluster_brick_dir: /srv/glusterfs gluster_mount_dir: /srv/docker/ gluster_brick_name: registry gluster_server_group: oci-registry-gluster