From 13145d7ec4fbb23535a10e1b110578e201253bec Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Wed, 10 May 2023 15:59:32 +0100 Subject: [PATCH] Remove redundant `repo_server_enable_sync_manager` variable This was used to transiton fron lsyncd to glusterfs which is now complete and there is no use of this var any more. Change-Id: I7d1969967a78936ba79645b62a354201d2deab6c --- inventory/group_vars/repo_all.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/inventory/group_vars/repo_all.yml b/inventory/group_vars/repo_all.yml index bafba4b144..325853b2b4 100644 --- a/inventory/group_vars/repo_all.yml +++ b/inventory/group_vars/repo_all.yml @@ -16,9 +16,6 @@ # Ensure that the package state matches the global setting repo_server_package_state: "{{ package_state }}" -# Transition to shared filesystem, disable lsyncd deployment -repo_server_enable_sync_manager: False - # Repo container default list of bind mounts repo_container_bind_mounts: - bind_dir_path: "/var/lib/glusterd"