Fix more become plugins (#708)

* Fix more become plugins.

* Don't re-use var.

* Other way around.
This commit is contained in:
Felix Fontein
2020-07-29 20:27:16 +02:00
committed by GitHub
parent bc5dde0e25
commit 08f10d5758
10 changed files with 113 additions and 8 deletions

View File

@@ -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).

View 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).