summaryrefslogtreecommitdiff
path: root/lib/ansible/playbook/role/metadata.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Raise an error on invalid FA.isa value (#80040)Martin Krizek2023-03-081-10/+1
* Use FAs with inheritance only when applicable (#80026)Martin Krizek2023-02-221-5/+5
* `FieldAttribute`s as descriptors (#73908)Martin Krizek2022-06-291-4/+4
* validate meta/main.yml dependencies and meta/requirements.yml are both lists ...Sloane Hertel2022-05-191-0/+1
* Add support for argument_specs attribute to RoleMetadata class (#73120)David Shrewsbury2021-01-071-0/+1
* Collection role relative deps (#61517)Matt Davis2019-08-291-2/+17
* Collection content loading (#52194)Matt Davis2019-03-281-5/+5
* Do not use str() on exceptions (#46950)Martin Krizek2018-11-091-1/+2
* Do not use mutable defaults in FieldAttribute, instead allow supplying a call...Matt Martz2018-10-121-1/+1
* Try to show original exception info for yaml (and other) errors (#24468)Adrian Likins2017-06-091-3/+3
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-4/+4
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-2/+1
* E501 fixes (#22879)Matt Martz2017-03-221-1/+2
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-6/+6
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-271-7/+7
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-2/+2
* Use new YAML syntax in role dependencies.Chris Houseknecht2016-09-291-6/+21
* Revert "avoid persistent containers in attribute defaults"Brian Coca2015-12-091-1/+1
* avoid persistent containers in attribute defaultsBrian Coca2015-12-091-1/+1
* Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-161-1/+1
* Improve error catching from malformed playbook dataJames Cammarata2015-09-231-1/+4
* Allow role names to be templatedJames Cammarata2015-08-031-1/+1
* Handle empty role definitions in YAML (v2)James Cammarata2015-05-051-0/+3
* Making the switch to v2James Cammarata2015-05-031-0/+91