From e51fa5c972e9d01b8f5885a490d00c255460803d Mon Sep 17 00:00:00 2001 From: Pilou Date: Wed, 18 Sep 2019 06:32:24 +0200 Subject: [PATCH] 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 --- lib/ansible/modules/crypto/luks_device.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/modules/crypto/luks_device.py b/lib/ansible/modules/crypto/luks_device.py index 04cc5be047..d5a2190471 100644 --- a/lib/ansible/modules/crypto/luks_device.py +++ b/lib/ansible/modules/crypto/luks_device.py @@ -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 = '''