mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 09:54:02 -07:00
Adding extends_documenation_fragment in crypto/* (#33253)
All crypto modules uses file common arguments to specify generated file permissions. This commits aims to add the extends_documentation_fragment in the doc so it is automatically stated.
This commit is contained in:
parent
1f9e84fdd4
commit
c800048e93
3 changed files with 5 additions and 5 deletions
|
@ -183,7 +183,7 @@ options:
|
|||
description:
|
||||
- If set to True, the I(subject_alt_name) extension field must contain only these values.
|
||||
aliases: [ subjectAltName_strict ]
|
||||
|
||||
extends_documentation_fragment: files
|
||||
notes:
|
||||
- All ASN.1 TIME values should be specified following the YYYYMMDDHHMMSSZ pattern.
|
||||
Date specified should be UTC. Minutes and seconds are mandatory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue