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 a30f545a62 Do not convert Nonetype to "None" (#17261)
If someone use a task with a empty name like this:

  - name:
    command: true

This will result in displaying 'None' as a task name instead of
'command'.
8 years ago
..
cli Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 8 years ago
compat Move py34 mock_open compat to compat/test/mock (#17157) 8 years ago
config Making the switch to v2 10 years ago
errors Fix some typos (#16498) 8 years ago
executor Use post_validated play for serial calculations in TQM 8 years ago
galaxy Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 8 years ago
inventory The former match for a section header included hosts that began with a range. (#17225) 8 years ago
module_utils simplified logic paths 8 years ago
modules Update core submodule to pull in lineinfile py3 fix 8 years ago
parsing Implement vault encrypted yaml variables. (#16274) 8 years ago
playbook Fix wrong error class (#17259) 8 years ago
plugins Do not convert Nonetype to "None" (#17261) 8 years ago
template Implement vault encrypted yaml variables. (#16274) 8 years ago
utils initial add of shared modules for supporting Nokia SROS devices 8 years ago
vars Don't use an unset playbook basedir when searching for hostgroup vars 8 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 9 years ago
constants.py * Fix race in creating temp directories pre-fork (#16965) 8 years ago
release.py Fix ziploader for the cornercase of ansible invoking ansible. 9 years ago
test-requirements.txt Making the switch to v2 10 years ago