Skip to content

Commit

Permalink
Add check_mode support to hashivault_policy_list
Browse files Browse the repository at this point in the history
  • Loading branch information
dezeroku committed Jul 9, 2024
1 parent e37b89b commit 762dce2
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 762dce2

Please sign in to comment.