mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-14 13:32:00 +00:00
Refine the handling of exclusive options using mutually_exclusive
- Fixes #255 Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
@@ -82,4 +82,4 @@
|
||||
assert:
|
||||
that:
|
||||
- result is not changed
|
||||
- "result.msg == 'can only operate on port, service, rich_rule, masquerade, icmp_block, icmp_block_inversion, interface or source at once'"
|
||||
- "result.msg == 'parameters are mutually exclusive: icmp_block|icmp_block_inversion|service|port|port_forward|rich_rule|interface|masquerade|source|target'"
|
||||
|
||||
Reference in New Issue
Block a user