From 910663eb19fcd61bfa9b7419bcb75b3a4d1be62b Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 29 Jul 2023 12:10:06 +0930 Subject: [PATCH] feat(api_config): exlude instance_uuid item from configuration !1 --- tasks/api/excluded_config.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tasks/api/excluded_config.yaml b/tasks/api/excluded_config.yaml index 75995d2..efcb4cc 100644 --- a/tasks/api/excluded_config.yaml +++ b/tasks/api/excluded_config.yaml @@ -1,5 +1,9 @@ --- - +# +# Config items excluded from Adding/Updating. +# +# Each list item is the name of the config item. +# - name: Config Items to skip ansible.builtin.set_fact: skip_config: @@ -7,6 +11,7 @@ - dbversion - _dbslave_status - init_all + - instance_uuid - notification_uuid - proxy_passwd - registration_uuid