community.general/v2/ansible
Michael Scherer 0c74b356d2 Add a import for 'builtins' module, used in CleansingNodeVisitor.
This was previously done by ./lib/ansible/utils/__init__.py, but
this code is no longer here in v2 anymore. And since the module
got renamed in python3 to builtins ( https://docs.python.org/3/library/builtins.html ),
we have to use six.
2015-04-14 16:47:58 -04:00
..
compat typofixes - https://github.com/vlajos/misspell_fixer 2014-12-04 22:23:35 +00:00
config Add python3-compat boiler to all core files 2014-10-15 19:22:54 -04:00
errors Add back AnsibleFileNotFound ( used in connection plugins ) 2015-04-14 15:23:59 -04:00
executor Rather than moving connection option setting, fix defaults 2015-04-14 12:06:19 -05:00
inventory Import futures including print 2015-04-13 13:28:01 -07:00
module_utils Merge pull request #10237 from emonty/remove-auth-token 2015-04-01 12:20:59 -04:00
modules Update module pointers 2015-04-02 12:41:30 -07:00
new_inventory Just move things around so that new_inventory doesn't interfere with testing 2015-03-31 12:58:00 -07:00
parsing Import futures including print 2015-04-13 13:28:01 -07:00
playbook Rather than moving connection option setting, fix defaults 2015-04-14 12:06:19 -05:00
plugins Fix typo 2015-04-13 14:28:00 -07:00
template Add a import for 'builtins' module, used in CleansingNodeVisitor. 2015-04-14 16:47:58 -04:00
utils Merge pull request #10690 from momandine/print_function 2015-04-13 13:35:04 -07:00
vars Change exceptions to python3 syntax. 2015-04-13 12:35:20 -04:00
__init__.py Making task includes dynamic and fixing many other bugs 2015-02-12 18:17:16 +00:00
constants.py removed folding sudo/su to become logic from constants as it is already present downstream in playbook/play/tasks 2015-03-27 08:45:04 -04:00