mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
Fix a typo in the examples (#32599)
This commit is contained in:
parent
f79a6040ab
commit
16e98c8c5b
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ EXAMPLES = '''
|
||||||
privatekey_path: /etc/ssl/private/ansible.com.pem
|
privatekey_path: /etc/ssl/private/ansible.com.pem
|
||||||
common_name: www.ansible.com
|
common_name: www.ansible.com
|
||||||
key_usage:
|
key_usage:
|
||||||
- digitlaSignature
|
- digitalSignature
|
||||||
- keyAgreement
|
- keyAgreement
|
||||||
extended_key_usage:
|
extended_key_usage:
|
||||||
- clientAuth
|
- clientAuth
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue