mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Minor tweak to stub code for v2 ansible-playbook
This commit is contained in:
parent
eae9a406ad
commit
115684d235
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ from ansible.utils.vars import combine_vars
|
|||
from ansible.vars import VariableManager
|
||||
|
||||
# Implement an ansible.utils.warning() function later
|
||||
import __builtin__
|
||||
warning = getattr(__builtin__, 'print')
|
||||
warning = getattr(__builtins__, 'print')
|
||||
|
||||
#---------------------------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue