You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow same plugin class with same options to be 'the same'
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
plugins
ansibot
added
affects_2.10
This issue/PR affects Ansible v2.10
core_review
In order to be merged, this PR must follow the core review workflow.
feature
This issue/PR relates to a feature request.
needs_triage
Needs a first human triage before being processed.
support:core
This issue/PR relates to code supported by the Ansible Engineering Team.
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR.
and removed
core_review
In order to be merged, this PR must follow the core review workflow.
labels
Jun 8, 2020
samdoran
changed the title
hash plugins based on options
[WIP] hash plugins based on options
Jun 9, 2020
ansibot
added
the
WIP
This issue/PR is a work in progress. Nevertheless it was shared for getting input from peers.
label
Jun 9, 2020
ansibot
added
the
stale_ci
This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested.
label
Jun 19, 2020
ansibot
added
pre_azp
This PR was last tested before migration to Azure Pipelines.
and removed
stale_ci
This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested.
labels
Dec 5, 2020
bcoca
changed the title
[WIP] hash plugins based on options
plugin signature based on options
Apr 29, 2021
ansibot
added
core_review
In order to be merged, this PR must follow the core review workflow.
ci_verified
Changes made in this PR are causing tests to fail.
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR.
and removed
WIP
This issue/PR is a work in progress. Nevertheless it was shared for getting input from peers.
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR.
core_review
In order to be merged, this PR must follow the core review workflow.
labels
Apr 29, 2021
ansibot
added
core_review
In order to be merged, this PR must follow the core review workflow.
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR.
and removed
ci_verified
Changes made in this PR are causing tests to fail.
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR.
core_review
In order to be merged, this PR must follow the core review workflow.
labels
Apr 29, 2021
ansibot
added
needs_revision
This PR fails CI tests or a maintainer has requested a review/revision of the PR.
and removed
core_review
In order to be merged, this PR must follow the core review workflow.
labels
May 11, 2022
The reason will be displayed to describe this comment to others. Learn more.
If I copy an inventory config file and use both, should the plugin have the same hash, or be unique per source? The latter happens now with pickle.dumps.
The reason will be displayed to describe this comment to others. Learn more.
Yeah, that would make sense. It seems like it includes source path now (implicitly) since the hashes are different, but I'm not sure exactly what's happening.
ansibot
removed
needs_rebase
https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html
stale_pr
This PR has not been pushed to for more than one year.
labels
Jun 4, 2025
ansibot
removed
ci_verified
Changes made in this PR are causing tests to fail.
stale_ci
This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested.
labels
Jun 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
affects_2.10This issue/PR affects Ansible v2.10featureThis issue/PR relates to a feature request.needs_rebasehttps://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.htmlneeds_revisionThis PR fails CI tests or a maintainer has requested a review/revision of the PR.stale_ciThis PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested.support:coreThis issue/PR relates to code supported by the Ansible Engineering Team.WIPThis issue/PR is a work in progress. Nevertheless it was shared for getting input from peers.
5 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allow same plugin class with same options to be 'the same'
ISSUE TYPE
COMPONENT NAME
plugins