mirror of https://github.com/ansible/ansible.git
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.
* add subdir support to collection loading * collections may now load plugins from subdirs under a plugin type or roles dir, eg `ns.coll.subdir1.subdir2.myrole`->ns.coll's roles/subdir1/subdir2/myrole, `ns.coll.subdir1.mymodule`->ns.coll's plugins/modules/subdir1/mymodule.py * centralize parsing/validation in AnsibleCollectionRef class * fix issues loading Jinja2 plugins from multiple sources * resolves #59462, #59890, * sanity test fixes * string fixes * add changelog entry |
6 years ago | |
|---|---|---|
| .. | ||
| action-plugin-docs.json | 6 years ago | |
| action-plugin-docs.py | 6 years ago | |
| empty-init.json | 6 years ago | |
| empty-init.py | 6 years ago | |
| future-import-boilerplate.json | 6 years ago | |
| future-import-boilerplate.py | 6 years ago | |
| line-endings.json | 6 years ago | |
| line-endings.py | 6 years ago | |
| metaclass-boilerplate.json | 6 years ago | |
| metaclass-boilerplate.py | 6 years ago | |
| no-assert.json | 6 years ago | |
| no-assert.py | 6 years ago | |
| no-basestring.json | 6 years ago | |
| no-basestring.py | 6 years ago | |
| no-dict-iteritems.json | 6 years ago | |
| no-dict-iteritems.py | 6 years ago | |
| no-dict-iterkeys.json | 6 years ago | |
| no-dict-iterkeys.py | 6 years ago | |
| no-dict-itervalues.json | 6 years ago | |
| no-dict-itervalues.py | 6 years ago | |
| no-get-exception.json | 6 years ago | |
| no-get-exception.py | 6 years ago | |
| no-illegal-filenames.json | 6 years ago | |
| no-illegal-filenames.py | 6 years ago | |
| no-main-display.json | 6 years ago | |
| no-main-display.py | 6 years ago | |
| no-smart-quotes.json | 6 years ago | |
| no-smart-quotes.py | 6 years ago | |
| no-unicode-literals.json | 6 years ago | |
| no-unicode-literals.py | 6 years ago | |
| no-unwanted-files.json | 6 years ago | |
| no-unwanted-files.py | 6 years ago | |
| replace-urlopen.json | 6 years ago | |
| replace-urlopen.py | 6 years ago | |
| required-and-default-attributes.json | 6 years ago | |
| required-and-default-attributes.py | 6 years ago | |
| shebang.json | 6 years ago | |
| shebang.py | 6 years ago | |
| symlinks.json | 6 years ago | |
| symlinks.py | 6 years ago | |
| use-argspec-type-path.json | 6 years ago | |
| use-argspec-type-path.py | 6 years ago | |
| use-compat-six.json | 6 years ago | |
| use-compat-six.py | 6 years ago | |