summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Sensenich <marc-sensenich@users.noreply.github.com>2018-09-20 00:21:03 +0200
committeransibot <ansibot@users.noreply.github.com>2018-09-20 00:21:03 +0200
commit2b4e40c109cbbf8a7b4f0d1a5ec60f92f22895e6 (patch)
treefd6614be076930f33216d7c971ff652432a0622e
parentAdd environmental variables to allow for the script to be run without consul_... (diff)
downloadansible-2b4e40c109cbbf8a7b4f0d1a5ec60f92f22895e6.tar.xz
ansible-2b4e40c109cbbf8a7b4f0d1a5ec60f92f22895e6.zip
Add Check Mode to consul_kv (#28934)
-rw-r--r--lib/ansible/modules/clustering/consul_kv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/clustering/consul_kv.py b/lib/ansible/modules/clustering/consul_kv.py
index 7028c8ac5f..0d7b1d1dba 100644
--- a/lib/ansible/modules/clustering/consul_kv.py
+++ b/lib/ansible/modules/clustering/consul_kv.py
@@ -304,7 +304,7 @@ def main():
value=dict(type='str', default=NOT_SET),
session=dict(type='str'),
),
- supports_check_mode=False
+ supports_check_mode=True
)
test_dependencies(module)