-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type options of become plugins #8623
Merged
felixfontein
merged 1 commit into
ansible-collections:main
from
felixfontein:types-become
Jul 21, 2024
Merged
Type options of become plugins #8623
felixfontein
merged 1 commit into
ansible-collections:main
from
felixfontein:types-become
Jul 21, 2024
Conversation
This file contains 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
felixfontein
added
the
backport-9
Automatically create a backport for the stable-9 branch
label
Jul 14, 2024
felixfontein
force-pushed
the
types-become
branch
from
July 14, 2024 10:59
d30c581
to
4b2d514
Compare
samccann
approved these changes
Jul 15, 2024
nekonyuu
approved these changes
Jul 16, 2024
Backport to stable-9: 💚 backport PR created✅ Backport PR branch: Backported as #8659 🤖 @patchback |
patchback bot
pushed a commit
that referenced
this pull request
Jul 21, 2024
Type options of become plugins. (cherry picked from commit a24ee93)
felixfontein
added a commit
that referenced
this pull request
Jul 21, 2024
…#8659) Type options of become plugins (#8623) Type options of become plugins. (cherry picked from commit a24ee93) Co-authored-by: Felix Fontein <[email protected]>
Acarnesecchi
added a commit
to Acarnesecchi/community.general
that referenced
this pull request
Jul 25, 2024
fixed group logic. Removed trailing spaces Type options of become plugins (ansible-collections#8623) Type options of become plugins. Type options of lookup plugins (ansible-collections#8626) Type options of lookup plugins. Type options of inventory plugins (ansible-collections#8625) Type options of inventory plugins. Type options of connection plugins (ansible-collections#8627) Type options of connection plugins. Type options of callback plugins (ansible-collections#8628) Type options of callback plugins. Various docs improvements (ansible-collections#8664) Various docs improvements. Fix new Proxmox Volume handling (ansible-collections#8646) * proxmox(fix): volume string builder Half of the string was incorrectly discarded * proxmox(fix): remove string conversion of values - Also converted `None` values into strings - Clashed with non-`str` values in documentation * proxmox: add changelog fragment * proxmox(fix): remove old & unused imports * proxmox(fix): correctly turn maps into lists * Update changelogs/fragments/8646-fix-bug-in-proxmox-volumes.yml Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/proxmox.py Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> pkgng - add option use_globs (default=true) (ansible-collections#8633) * pkgng - add option use_globs (default=true) ansible-collections#8632 * Fix lint. * Update changelogs/fragments/8632-pkgng-add-option-use_globs.yml Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/pkgng.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/pkgng.py Co-authored-by: Felix Fontein <[email protected]> * Update tests/integration/targets/pkgng/tasks/install_single_package.yml Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/pkgng.py Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> Fix pipx tests (ansible-collections#8665) * fix pipx tests * enable pipx int tests * replace ansible-lint with pylint in pipx test * install jupyter in freebsd * replace jupyter with mkdocs in pipx test * adjust installed dependency for mkdocs * fix pipx_info tests as well Add TLS certs params to redis (ansible-collections#8654) * add tls params to redis * add PR number * add example * move doc to redis fragment * Update changelogs/fragments/8654-add-redis-tls-params.yml Co-authored-by: Felix Fontein <[email protected]> * rm aliases and add version_added --------- Co-authored-by: Felix Fontein <[email protected]> fixed pep8 errors changed group_access_level description as "not required"
Acarnesecchi
added a commit
to Acarnesecchi/community.general
that referenced
this pull request
Jul 25, 2024
fixed group logic. Removed trailing spaces Type options of become plugins (ansible-collections#8623) Type options of become plugins. Type options of lookup plugins (ansible-collections#8626) Type options of lookup plugins. Type options of inventory plugins (ansible-collections#8625) Type options of inventory plugins. Type options of connection plugins (ansible-collections#8627) Type options of connection plugins. Type options of callback plugins (ansible-collections#8628) Type options of callback plugins. Various docs improvements (ansible-collections#8664) Various docs improvements. Fix new Proxmox Volume handling (ansible-collections#8646) * proxmox(fix): volume string builder Half of the string was incorrectly discarded * proxmox(fix): remove string conversion of values - Also converted `None` values into strings - Clashed with non-`str` values in documentation * proxmox: add changelog fragment * proxmox(fix): remove old & unused imports * proxmox(fix): correctly turn maps into lists * Update changelogs/fragments/8646-fix-bug-in-proxmox-volumes.yml Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/proxmox.py Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> pkgng - add option use_globs (default=true) (ansible-collections#8633) * pkgng - add option use_globs (default=true) ansible-collections#8632 * Fix lint. * Update changelogs/fragments/8632-pkgng-add-option-use_globs.yml Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/pkgng.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/pkgng.py Co-authored-by: Felix Fontein <[email protected]> * Update tests/integration/targets/pkgng/tasks/install_single_package.yml Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/pkgng.py Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> Fix pipx tests (ansible-collections#8665) * fix pipx tests * enable pipx int tests * replace ansible-lint with pylint in pipx test * install jupyter in freebsd * replace jupyter with mkdocs in pipx test * adjust installed dependency for mkdocs * fix pipx_info tests as well Add TLS certs params to redis (ansible-collections#8654) * add tls params to redis * add PR number * add example * move doc to redis fragment * Update changelogs/fragments/8654-add-redis-tls-params.yml Co-authored-by: Felix Fontein <[email protected]> * rm aliases and add version_added --------- Co-authored-by: Felix Fontein <[email protected]> fixed pep8 errors changed group_access_level description as "not required" fix required
Acarnesecchi
added a commit
to Acarnesecchi/community.general
that referenced
this pull request
Jul 25, 2024
fixed group logic. Removed trailing spaces Type options of become plugins (ansible-collections#8623) Type options of become plugins. Type options of lookup plugins (ansible-collections#8626) Type options of lookup plugins. Type options of inventory plugins (ansible-collections#8625) Type options of inventory plugins. Type options of connection plugins (ansible-collections#8627) Type options of connection plugins. Type options of callback plugins (ansible-collections#8628) Type options of callback plugins. Various docs improvements (ansible-collections#8664) Various docs improvements. Fix new Proxmox Volume handling (ansible-collections#8646) * proxmox(fix): volume string builder Half of the string was incorrectly discarded * proxmox(fix): remove string conversion of values - Also converted `None` values into strings - Clashed with non-`str` values in documentation * proxmox: add changelog fragment * proxmox(fix): remove old & unused imports * proxmox(fix): correctly turn maps into lists * Update changelogs/fragments/8646-fix-bug-in-proxmox-volumes.yml Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/proxmox.py Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> pkgng - add option use_globs (default=true) (ansible-collections#8633) * pkgng - add option use_globs (default=true) ansible-collections#8632 * Fix lint. * Update changelogs/fragments/8632-pkgng-add-option-use_globs.yml Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/pkgng.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/pkgng.py Co-authored-by: Felix Fontein <[email protected]> * Update tests/integration/targets/pkgng/tasks/install_single_package.yml Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/pkgng.py Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> Fix pipx tests (ansible-collections#8665) * fix pipx tests * enable pipx int tests * replace ansible-lint with pylint in pipx test * install jupyter in freebsd * replace jupyter with mkdocs in pipx test * adjust installed dependency for mkdocs * fix pipx_info tests as well Add TLS certs params to redis (ansible-collections#8654) * add tls params to redis * add PR number * add example * move doc to redis fragment * Update changelogs/fragments/8654-add-redis-tls-params.yml Co-authored-by: Felix Fontein <[email protected]> * rm aliases and add version_added --------- Co-authored-by: Felix Fontein <[email protected]> fixed pep8 errors changed group_access_level description as "not required" fix required fix
aioue
pushed a commit
to aioue/community.general
that referenced
this pull request
Oct 1, 2024
Type options of become plugins.
TobiasZeuch181
pushed a commit
to TobiasZeuch181/zypper_repository_add_list
that referenced
this pull request
Oct 2, 2024
Type options of become plugins.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-9
Automatically create a backport for the stable-9 branch
become
become plugin
docs
plugins
plugin (any type)
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.
SUMMARY
Some option types were missing.
ISSUE TYPE
COMPONENT NAME
become plugins