diff --git a/playbooks/groups/odcs.yml b/playbooks/groups/odcs.yml index 44ed6303a5..36c639c00c 100644 --- a/playbooks/groups/odcs.yml +++ b/playbooks/groups/odcs.yml @@ -61,14 +61,14 @@ gluster_brick_dir: /srv/glusterfs/ gluster_mount_dir: /srv/odcs gluster_brick_name: odcs - gluster_server_group: odcs-backend-stg + gluster_server_group: odcs-stg tags: gluster when: env == 'staging' - role: gluster/consolidated gluster_brick_dir: /srv/glusterfs/ gluster_mount_dir: /srv/odcs gluster_brick_name: odcs - gluster_server_group: odcs-backend + gluster_server_group: odcs tags: gluster when: env != 'staging'