Add Check Mode to consul_kv (#28934)
This commit is contained in:
parent
6711c9524e
commit
2b4e40c109
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue