1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules/net_tools
patchback[bot] 0b9d9c0fdb
nmcli: amended the routing-rules4 key values as list (#3401) (#3467)
* Updated nmcli.py

Amended the routing-rules4 values as list. By this we could add the entries for "routing_rules4" in the form of a list .

* Update nmcli.py

Fixed typo in line #1701

* 3395-nmcli-needs-type.yml

routing_rules4 module argument is currently accepting only string elements. In order to accept multiple values, amended the type of routing_rules4 as list.

* nmcli: amended the routing-rules4 key values as list

routing_rules4 module argument is currently accepting only string elements. In the case of adding multiple entries to routing_rules4, we need to accept values as list.

* Added 3401-nmcli-needs-type.yml

routing_rules4 module argument is currently accepting only string elements. In the case of adding multiple entries to routing_rules4, we need to accept values as lists

* Amended type to 'minor_changes'

Amended type to 'minor_changes'  from 'bug_fixes'

* routing_rules4 to a list of element str

nmcli.py - routing_rules4 to a list of element str

* Update changelogs/fragments/3401-nmcli-needs-type.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

* nmcli: allow routing-rules4 key values as list

* nmcli: amended the routing-rules4 key values as list

* nmcli: amended the routing-rules4 key values as list

* nmcli: amended the routing-rules4 key values as list

* test_nmcli: amended whitespaces

* Update 3401-nmcli-needs-type.yml

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 53fc2c477b)

Co-authored-by: Sreekanth H <65583280+sree0744@users.noreply.github.com>
2021-09-29 05:45:08 +00:00
..
infinity modules: fix examples to use FQCN (#644) 2020-07-13 21:50:31 +02:00
ldap Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) (#2882) 2021-06-27 09:39:18 +02:00
nios mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
pritunl Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) (#2882) 2021-06-27 09:39:18 +02:00
cloudflare_dns.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) (#2882) 2021-06-27 09:39:18 +02:00
dnsimple.py mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
dnsmadeeasy.py Fix a bunch of potential security issues (secret leaking) (#1736) 2021-02-08 16:33:18 +01:00
gandi_livedns.py Add gandi_livedns module (#328) 2021-03-21 11:25:24 +01:00
haproxy.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) (#2882) 2021-06-27 09:39:18 +02:00
ip_netns.py mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
ipify_facts.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) (#2882) 2021-06-27 09:39:18 +02:00
ipinfoio_facts.py mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
ipwcli_dns.py mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
lldp.py mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
netcup_dns.py Use str() to get exception message (#2590) (#2611) 2021-05-25 13:59:54 +02:00
nmcli.py nmcli: amended the routing-rules4 key values as list (#3401) (#3467) 2021-09-29 05:45:08 +00:00
nsupdate.py mass-added the utf-8 marker (#3163) (#3170) 2021-08-08 11:48:54 +02:00
omapi_host.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) (#2882) 2021-06-27 09:39:18 +02:00
snmp_facts.py added supports_check_mode=True to info/facts modules (#3084) (#3094) 2021-07-27 17:23:10 +00:00