Skip to content

chore(ansible): removed deprecated module networktocode.nautobot.secrets_groups_association - #2336

Open
haseebsyed12 wants to merge 1 commit into
mainfrom
ansible_secrets_group_associations
Open

haseebsyed12 wants to merge 1 commit into
mainfrom
ansible_secrets_group_associations

Conversation

@haseebsyed12

Copy link
Copy Markdown
Contributor

note: we do not have any secrets_nb_secrets_groups requirement currently to create

Before: Looped over each secret and called one association task per secret and each association was added individually with secrets_group, access_type, secret_type, and secret

Now: Builds a list of association objects, then passes the list as secrets.objects then associations are merged into the group with secrets.state: merge, preserving the old behavior.

What does this change do?

Upgrade impact

  • This change requires operator action to upgrade. If checked, add the
    upgrade-impact label and a release note: run scriv create from the
    repository root and describe the required action in the generated
    changelog.d/ file. See RELEASING.md.

Operator action means anything a deployment has to do beyond a normal resync:
deploy repo or values changes, new or removed secrets, enabling or disabling a
component, or a manual one-time step.

…ets_groups_association

Before: Looped over each secret and called one association task per secret and each association was added individually with secrets_group, access_type, secret_type, and secret

Now: Builds a list of association objects, then passes the list as secrets.objects then associations are merged into the group with secrets.state: merge, preserving the old behavior.
@haseebsyed12
haseebsyed12 requested a review from a team September 14, 2026 11:24

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants