mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Add Check Mode to consul_kv (#28934)
This commit is contained in:
@@ -304,7 +304,7 @@ def main():
|
|||||||
value=dict(type='str', default=NOT_SET),
|
value=dict(type='str', default=NOT_SET),
|
||||||
session=dict(type='str'),
|
session=dict(type='str'),
|
||||||
),
|
),
|
||||||
supports_check_mode=False
|
supports_check_mode=True
|
||||||
)
|
)
|
||||||
|
|
||||||
test_dependencies(module)
|
test_dependencies(module)
|
||||||
|
|||||||
Reference in New Issue
Block a user