Skip to content

Commit

Permalink
Merge pull request #488 from dezeroku/hashivault_policy_list_check_mode
Browse files Browse the repository at this point in the history
Add check_mode support to hashivault_policy_list
  • Loading branch information
TerryHowe authored Jul 14, 2024
2 parents 2712b69 + 762dce2 commit 7461f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/modules/hashivault/hashivault_policy_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

def main():
argspec = hashivault_argspec()
module = hashivault_init(argspec)
module = hashivault_init(argspec, supports_check_mode=True)
result = hashivault_policy_list(module.params)
if result.get('failed'):
module.fail_json(**result)
Expand Down

0 comments on commit 7461f5b

Please sign in to comment.