mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-04 05:04:22 -07:00
Fix path and value are mutually exclusive
This commit is contained in:
parent
266b62b90d
commit
84df105a3d
1 changed files with 3 additions and 0 deletions
|
@ -481,6 +481,9 @@ def main():
|
||||||
('state', 'present', ['value']),
|
('state', 'present', ['value']),
|
||||||
('state', 'load', ['path']),
|
('state', 'load', ['path']),
|
||||||
],
|
],
|
||||||
|
mutually_exclusive=[
|
||||||
|
['value', 'path']
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
if Variant is None:
|
if Variant is None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue