Skip to content

Commit

Permalink
Another idempotency skip
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed Jan 28, 2025
1 parent 372af13 commit 67b6ed0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 67b6ed0

Please sign in to comment.