mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 00:22:10 +02:00
luks_device: ansibot wasn't able to extract author (#62464)
Ansibullbot ignores lines without 'author' or dash [1].
The following command allows to check that no other module is impacted:
rgrep -A1 -P "^author:[[:space:]]*$" lib/ansible/modules/ |grep -P "\.py-[[:space:]]*[^-][[:space:]A-Za-z\"'@()]+$" -B1
Related: https://github.com/ansible/ansibullbot/issues/1106.
[1] https://github.com/ansible/ansibullbot/blob/02ae638641c0ac9d6331b768592eeaac446fa80d/ansibullbot/utils/moduletools.py#L828
This commit is contained in:
@@ -132,8 +132,7 @@ requirements:
|
||||
- "lsblk"
|
||||
- "blkid (when I(label) or I(uuid) options are used)"
|
||||
|
||||
author:
|
||||
"Jan Pokorny (@japokorn)"
|
||||
author: Jan Pokorny (@japokorn)
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
Reference in New Issue
Block a user