mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
corrected all missing paths changes
This commit is contained in:
parent
4aea1f6568
commit
b6d6c2e4db
13 changed files with 22 additions and 22 deletions
|
@ -45,7 +45,7 @@ __all__ = ['Role', 'hash_params']
|
|||
# FIXME: this should be a utility function, but can't be a member of
|
||||
# the role due to the fact that it would require the use of self
|
||||
# in a static method. This is also used in the base class for
|
||||
# strategies (ansible/plugins/strategies/__init__.py)
|
||||
# strategies (ansible/plugins/strategy/__init__.py)
|
||||
def hash_params(params):
|
||||
if not isinstance(params, dict):
|
||||
return params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue