mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 15:41:22 -07:00
Fix more become plugins (#708)
* Fix more become plugins. * Don't re-use var. * Other way around.
This commit is contained in:
parent
bc5dde0e25
commit
08f10d5758
10 changed files with 113 additions and 8 deletions
|
@ -1,2 +1,2 @@
|
|||
bugfixes:
|
||||
- doas become plugin - address a bug with the parameters handling that was breaking the plugin in community.general when `become_flags` and `become_user` were not explicitly specified (https://github.com/ansible-collections/community.general/pull/704).
|
||||
- doas become plugin - address a bug with the parameters handling that was breaking the plugin in community.general when ``become_flags`` and ``become_user`` were not explicitly specified (https://github.com/ansible-collections/community.general/pull/704).
|
||||
|
|
3
changelogs/fragments/708-set-correct-default-values.yml
Normal file
3
changelogs/fragments/708-set-correct-default-values.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
bugfixes:
|
||||
- dzdo become plugin - address a bug with the parameters handling that was breaking the plugin in community.general when ``become_user`` was not explicitly specified (https://github.com/ansible-collections/community.general/pull/708).
|
||||
- pbrun become plugin - address a bug with the parameters handling that was breaking the plugin in community.general when ``become_user`` was not explicitly specified (https://github.com/ansible-collections/community.general/pull/708).
|
Loading…
Add table
Add a link
Reference in a new issue