Skip to content

Commit

Permalink
Fix: Missed to commit this
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Jan 5, 2024
1 parent 887f921 commit d62103f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible_collections/arista/avd/plugins/filter/snmp_hash.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,5 @@ def hash_passphrase(input_dict):
class FilterModule(object):
def filters(self):
return {
"hash_passphrase": hash_passphrase,
"snmp_hash": hash_passphrase,
}

0 comments on commit d62103f

Please sign in to comment.