1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-21 20:59:10 +00:00

doas: allow to explicitly enable pipelining (#11481)

* Allow to explicitly enable pipelining.

* Add markup.
This commit is contained in:
Felix Fontein 2026-03-12 21:13:02 +01:00 committed by GitHub
parent f9e583dae2
commit 55dae7c2a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 28 additions and 4 deletions

View file

@ -0,0 +1,4 @@
minor_changes:
- "doas become plugin - add new option ``allow_pipelining`` to explicitly allow the use of pipelining with this plugin.
This should only be set to ``true`` with ansible-core 2.19+ when ``doas`` does not require a password
(https://github.com/ansible-collections/community.general/issues/11411, https://github.com/ansible-collections/community.general/pull/11481)."