ansible-collections.communi.../plugins
Andrei Costescu 586edbc211
Add regexp field to ip dns static (#142)
* Add regexp field to "ip dns static"

* Change test_invalid_required_missing to use "ip dhcp-server"

"ip dns static" requires name or regexp so it cannot be used in this test.

* Add required_one_of attribute to APIData

Used by "ip dns static" which requires either "name" or "regexp.

* Add mutually_exclusive attribute to APIData

Used by "ip dns static" where only one of "name" or "regexp" can be used.

* Add changelog fragment
2022-12-29 08:51:40 +01:00
..
cliconf Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml, add missing license file (#101) 2022-07-18 23:16:54 +02:00
doc_fragments Add new api option force_no_cert (#124) 2022-11-12 09:47:52 +01:00
filter Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml, add missing license file (#101) 2022-07-18 23:16:54 +02:00
module_utils Add regexp field to ip dns static (#142) 2022-12-29 08:51:40 +01:00
modules Add regexp field to ip dns static (#142) 2022-12-29 08:51:40 +01:00
terminal terminal regex udpate to match the terminal prompt in safe mode (#134) 2022-11-17 21:03:42 +01:00