You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Michael Scherer 127a37f67c Port the module snippet to python3 (#15870)
vca depend on pyvcloud, who depend on PyYAML 3.10, which
support python 2.5 as a minimum, cf https://github.com/vmware/pyvcloud/blob/master/requirements.txt
and http://pyyaml.org/wiki/PyYAML

vmware.py depend on PyVIM, who depend on python 2.6.

So we can use the modern syntax for both of them.
10 years ago
..
cli fixes-#15685-tools-that-paginate-show-spurious-less-output: less --version outputs to standard out not to standard error so this changes the redirect from 2> to > (#15720) 10 years ago
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 10 years ago
config Making the switch to v2 11 years ago
errors Add options to make includes 'static' 10 years ago
executor Adding a deprecation message for accelerated mode 10 years ago
galaxy API now connects to server lazily (#15632) 10 years ago
inventory Merge branch 'refresh-inventory-exit' of https://github.com/zenbot/ansible into zenbot-refresh-inventory-exit 10 years ago
module_utils Port the module snippet to python3 (#15870) 10 years ago
modules Bump core submodule ref. 10 years ago
new_inventory fix some warning of undefined name. 10 years ago
parsing make vi the default editor if no EDITOR 10 years ago
playbook Reworking retry/until logic to fix bugs 10 years ago
plugins hashi_vault lookup: be more rebust, and allow fields with other name than 'value' (#13690) 10 years ago
template moved last utils.debug to display.debug 10 years ago
utils Updating VCA module documentation (#14368) 10 years ago
vars Do not include params when getting role vars in certain situations 10 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
constants.py add centrify dzdo escalation (#15219) 10 years ago
release.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
test-requirements.txt Making the switch to v2 11 years ago