From 7fec0b69a082aaeec72fee0612766aa42f6b1b4d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 18 Apr 2024 07:52:35 +0200 Subject: Merging upstream version 9.4.0+dfsg. Signed-off-by: Daniel Baumann --- ansible_collections/dellemc/unity/plugins/modules/cifsserver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ansible_collections/dellemc/unity/plugins/modules/cifsserver.py') diff --git a/ansible_collections/dellemc/unity/plugins/modules/cifsserver.py b/ansible_collections/dellemc/unity/plugins/modules/cifsserver.py index d40c4f11d..0225eb381 100644 --- a/ansible_collections/dellemc/unity/plugins/modules/cifsserver.py +++ b/ansible_collections/dellemc/unity/plugins/modules/cifsserver.py @@ -124,7 +124,7 @@ EXAMPLES = r''' password: "{{password}}" validate_certs: "{{validate_certs}}" cifs_server_id: "cifs_37" - unjoin_cifs_server_account: True + unjoin_cifs_server_account: true domain_username: "domain_username" domain_password: "domain_password" state: "absent" @@ -277,7 +277,7 @@ from ansible_collections.dellemc.unity.plugins.module_utils.storage.dell import LOG = utils.get_logger('cifsserver') -application_type = "Ansible/1.6.0" +application_type = "Ansible/1.7.1" class CIFSServer(object): -- cgit v1.2.3