ansible-collections.communi.../plugins/modules
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
..
api.py Use attributes to document module capabilities; warn about command module's check_mode support (#118) 2022-11-06 20:58:06 +01:00
api_facts.py Use attributes to document module capabilities; warn about command module's check_mode support (#118) 2022-11-06 20:58:06 +01:00
api_find_and_modify.py Use attributes to document module capabilities; warn about command module's check_mode support (#118) 2022-11-06 20:58:06 +01:00
api_info.py Add wireguard interface and peers (#143) 2022-12-27 21:41:42 +01:00
api_modify.py Add regexp field to ip dns static (#142) 2022-12-29 08:51:40 +01:00
command.py Use attributes to document module capabilities; warn about command module's check_mode support (#118) 2022-11-06 20:58:06 +01:00
facts.py Use attributes to document module capabilities; warn about command module's check_mode support (#118) 2022-11-06 20:58:06 +01:00