Skip to content

Commit

Permalink
Fix wrong type (TerryHowe#449)
Browse files Browse the repository at this point in the history
As discussed in TerryHowe#449, the type needs to be `list` instead of `type`.
  • Loading branch information
sschmittsva authored Oct 19, 2023
1 parent f50ba41 commit 27b3478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/modules/hashivault/hashivault_pki_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
- Although this parameter could take a string with comma-delimited items, it's highly advised to
not do so as it would break idempotency.
allowed_other_sans:
type: type
type: list
description:
- Defines allowed custom OID/UTF8-string SANs
- Each item of the list has the same format as OpenSSL `<oid>;<type>:<value>`, but the only valid
Expand Down

0 comments on commit 27b3478

Please sign in to comment.