Skip to content

Commit

Permalink
Merge pull request #40 from pguermo/fix-7b728111
Browse files Browse the repository at this point in the history
become_loader is a member of ansible.plugins.loader
  • Loading branch information
kdelee committed Sep 26, 2019
2 parents c2891a8 + a6ddb96 commit ce9939c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_ansible/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import ansible.errors

try:
from ansible.plugins import become_loader
from ansible.plugins.loader import become_loader
except ImportError:
become_loader = None

Expand Down

0 comments on commit ce9939c

Please sign in to comment.