From 67b6ed0f0043ab395e29fc991ca10b9aaed6538e Mon Sep 17 00:00:00 2001 From: Paulo Janotti Date: Mon, 27 Jan 2025 22:06:38 -0800 Subject: [PATCH] Another idempotency skip --- .../collector/tasks/win_install_dotnet_auto_instrumentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deployments/ansible/roles/collector/tasks/win_install_dotnet_auto_instrumentation.yml b/deployments/ansible/roles/collector/tasks/win_install_dotnet_auto_instrumentation.yml index 553cb50924..212deba4d7 100644 --- a/deployments/ansible/roles/collector/tasks/win_install_dotnet_auto_instrumentation.yml +++ b/deployments/ansible/roles/collector/tasks/win_install_dotnet_auto_instrumentation.yml @@ -89,6 +89,7 @@ {{ (options_list | default([])) + [item.key + '=' + (value | string)] }} loop: > {{ dotnet_options | default({}) | combine(splunk_dotnet_auto_instrumentation_additional_options) | dict2items }} + tags: molecule-idempotence-notest - name: Set IIS registry value ansible.windows.win_regedit: @@ -125,3 +126,4 @@ {{ dotnet_options | default({}) | combine(splunk_dotnet_auto_instrumentation_additional_options) | dict2items }} when: splunk_dotnet_auto_instrumentation_system_wide notify: "reset iis" + tags: molecule-idempotence-notest