mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix syntax error in sanity import tests (invalid escape sequence "\$" caused by non-raw docs block)
This commit is contained in:
@@ -14,7 +14,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||
'supported_by': 'community'}
|
||||
|
||||
|
||||
DOCUMENTATION = '''
|
||||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: udm_user
|
||||
author:
|
||||
|
||||
Reference in New Issue
Block a user