Skip to content

Commit

Permalink
Fix one name in module error due to rewritten VariableManager
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger committed Jul 27, 2017
1 parent 6ac683c commit 87a192f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scripts/uptime.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from ansible.parsing.dataloader import DataLoader
from ansible.playbook.play import Play
from ansible.plugins.callback import CallbackBase
from ansible.vars import VariableManager
from ansible.vars.manager import VariableManager


# Create a callback object so we can capture the output
Expand Down

0 comments on commit 87a192f

Please sign in to comment.