Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryHowe committed Oct 14, 2024
1 parent 952cd7c commit d63e6f8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ansible/modules/hashivault/hashivault_acl_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
DOCUMENTATION = '''
---
module: hashivault_acl_policy
version_added: "2.1.0"
version_added: "5.3.0"
short_description: Hashicorp Vault acl policy set module
description:
- Module to set an ACL policy in Hashicorp Vault.
Expand Down
2 changes: 1 addition & 1 deletion ansible/modules/hashivault/hashivault_acl_policy_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
DOCUMENTATION = '''
---
module: hashivault_acl_policy_get
version_added: "2.1.0"
version_added: "5.3.0"
short_description: Hashicorp Vault ACL policy get module
description:
- Module to get an ACL policy from Hashicorp Vault.
Expand Down
2 changes: 1 addition & 1 deletion ansible/modules/hashivault/hashivault_acl_policy_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
DOCUMENTATION = '''
---
module: hashivault_acl_policy_list
version_added: "2.1.0"
version_added: "5.3.0"
short_description: Hashicorp Vault ACL policy list module
description:
- Module to list ACL policies in Hashicorp Vault.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
DOCUMENTATION = '''
---
module: hashivault_jwt_auth_method_config
version_added: "4.1.1"
version_added: "5.3.0"
short_description: Hashicorp Vault JWT auth method config
description:
- Module to configure an JWT auth mount
Expand Down
2 changes: 1 addition & 1 deletion ansible/modules/hashivault/hashivault_jwt_auth_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
DOCUMENTATION = '''
---
module: hashivault_jwt_auth_role
version_added: "4.1.1"
version_added: "5.3.0"
short_description: Hashicorp Vault JWT secret engine role
description:
- Module to define an JWT role that vault can generate dynamic credentials for vault
Expand Down

0 comments on commit d63e6f8

Please sign in to comment.