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/vars
Felix Fontein a862ff2d43
Deprecation revisited (#69926)
* Allow to specify collection_name separately for deprecation.

* Use new functionality in Ansible.

* Use new functionality in tests.

* Update tagging/untagging functions.

* Update pylint deprecated sanity test.

* Update validate-modules. Missing are basic checks for version_added (validate semantic version format for collections).

* Improve version validation. Re-add version_added validation.

* Make sure collection names are added to return docs before schema validation.

* Extra checks to avoid crashes on bad data.

* Make C# module utils code work, and update/extend tests.

* Add changelog fragment.

* Stop extracting collection name from potentially tagged versions/dates.

* Simplify C# code.

* Update Windows modules docs.

* Forgot semicolons.
5 years ago
..
__init__.py
clean.py prevent ansible_facts injection (#68431) 5 years ago
fact_cache.py Deprecation revisited (#69926) 5 years ago
hostvars.py Set HostVars._variable_manager's attrs (#65508) 5 years ago
manager.py fix delegation vars usage (debug still shows inventory_hostname) (#69244) 5 years ago
plugins.py Support vars plugins in collections (#61078) 5 years ago
reserved.py Add a Singleton metaclass, use it with Display (#48935) 6 years ago