openssl_csr: Fix typo in the documentation (#27028)

Documentation state 'organizationUnitName' when the actual name of the
param is 'organizationalUnitName'
pull/27036/head
Yanis Guenane 7 years ago committed by ansibot
parent 2b4a8095e9
commit 0b1cca56f7

@ -89,11 +89,11 @@ options:
aliases: [ 'O' ]
description:
- organizationName field of the certificate signing request subject
organizationUnitName:
organizationalUnitName:
required: false
aliases: [ 'OU' ]
description:
- organizationUnitName field of the certificate signing request subject
- organizationalUnitName field of the certificate signing request subject
commonName:
required: false
aliases: [ 'CN' ]

Loading…
Cancel
Save