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
Peter Sprygada d89dbf19fb bugfix for ios.py shared module argument creation
This patch fixes a bug in module_utils/ios.py where the the wrong shared
module arguments are being generated.  This bug prevented the shared module
from operating correctly.  This patch should be generally applied.
9 years ago
..
cli Use self.args when we parse arguments that way the arguments can be constructed manually 9 years ago
compat
config
errors Default msg param to AnsibleError to avoid serialization problems 9 years ago
executor Transform exceptions into ansible messages via to_unicode instead of str to avoid tracebacks. 9 years ago
galaxy
inventory simplified get_hosts code to have 1 retrun point 9 years ago
module_utils bugfix for ios.py shared module argument creation 9 years ago
modules Update submodule refs 9 years ago
new_inventory fix some warning of undefined name. 9 years ago
parsing Add representers so we can output yaml for all the types we read in from yaml 9 years ago
playbook only set become defaults at last possible moment 9 years ago
plugins Make no_target_syslog consistent. 9 years ago
template Re-implement lookup wantlist 9 years ago
utils
vars fix sorting of groups for host vars 9 years ago
__init__.py
constants.py Make no_target_syslog consistent. 9 years ago
test-requirements.txt