From 2806479f3f5b65b0982a5006b034de53e606d166 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 23 Mar 2020 07:38:14 +0100 Subject: [PATCH] Fix syntax error in sanity import tests (invalid escape sequence "\$" caused by non-raw docs block) --- plugins/modules/cloud/univention/udm_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/cloud/univention/udm_user.py b/plugins/modules/cloud/univention/udm_user.py index 1dfe56a7b1..5fad1c99bc 100644 --- a/plugins/modules/cloud/univention/udm_user.py +++ b/plugins/modules/cloud/univention/udm_user.py @@ -14,7 +14,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', 'supported_by': 'community'} -DOCUMENTATION = ''' +DOCUMENTATION = r''' --- module: udm_user author: