nmcli: add runner_fast_rate option (#6148)

* add runner_fast_rate option

* unset default value for runner_fast_rate parameter

* add some commas

* Remove default in copy of argspec.

Co-authored-by: Sam Potekhin <eax24@ya.ru>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Sam Potekhin <eax24@ya.ru>
This commit is contained in:
Alex Groshev
2023-03-26 09:27:00 +02:00
committed by GitHub
parent 6fa833feed
commit d4f272ba52
3 changed files with 153 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- nmcli - add support for ``team.runner-fast-rate`` parameter for ``team`` connections (https://github.com/ansible-collections/community.general/issues/6065).