summaryrefslogtreecommitdiff
path: root/lib/ansible/galaxy/role.py
Commit message (Expand)AuthorAgeFilesLines
* [2.13] ansible-galaxy - fix unnecessary api check when installing role (#79143)Sloane Hertel2022-10-261-1/+8
* galaxy: raise error when inaccessible path is specified multiple times (#76318)Martin Krizek2021-11-221-16/+16
* ansible-galaxy role install: download from API response location (#73114)Ross Bender2021-09-221-2/+7
* Vendor `distutils.version` (#74644)Matt Martz2021-05-111-1/+1
* Abstract away libyaml details into yaml utils (#72607)Matt Martz2021-04-211-6/+6
* Allow `$` & `~` inside paths in galaxy roles (#72966)Alexander Sowitzki2021-02-021-1/+5
* Handle non-ascii paths during role installation. Fixes #69133 (#69213)Matt Martz2020-04-281-7/+9
* Update ansible-galaxy to handle role requirements (#68288)Alexandre Chouinard2020-04-281-0/+24
* ansible-galaxy - fix listing specific role and role description (#67409)Sam Doran2020-04-151-14/+20
* ansible-galaxy - fix role list bug (#67391)Sam Doran2020-02-171-1/+11
* ansible-galaxy - expand User-Agent string for Galaxy endpoints (#65578)Jordan Borean2019-12-061-1/+2
* ansible-galaxy fix --server option for roles (#61820)Jordan Borean2019-09-051-7/+5
* ansible-galaxy - define multiple galaxy instances in ansible.cfg (#60553)Jordan Borean2019-08-211-1/+2
* Allow for no role_versions to be present (#56519)Brian Coca2019-07-171-2/+2
* Ansible galaxy role download should not have to perform aditionnal check agai...Arnaud RENARD2019-06-131-5/+2
* Save the command line arguments into a global contextToshio Kuratomi2019-01-031-4/+4
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-5/+5
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Support .yaml extension for meta file (#46505)Jiri Tyr2018-11-091-21/+23
* Do not use str() on exceptions (#46950)Martin Krizek2018-11-091-3/+4
* Allow the galaxy client to fetch from a url in role version data (#39396)David Davis2018-04-301-1/+6
* Fixes #12353 #20977 adds new option to galaxy cli to preserve scm meta (#34642)Leigh Jenkin2018-02-211-7/+2
* galaxy remove incorrect check for role path before extraction (#35259)Adam Miller2018-01-301-11/+5
* Catch exception comparing role versions, and provide a user friendly error me...Matt Martz2018-01-111-1/+8
* Fix IndexError raised on galaxy-installAlexander Saprykin2017-11-141-4/+4
* Removes container-enabled warning (#27578)Chris Houseknecht2017-08-011-6/+1
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-1/+0
* ansible/galaxy: PEP8 compliancy (#24696)Dag Wieers2017-05-181-6/+5
* fix ansible galaxy file mangling (#23703)Timo Benk2017-04-191-1/+1
* E501 fixes (#22879)Matt Martz2017-03-221-2/+5
* Improve galaxy handling of tgz rolesWill Thames2017-02-271-7/+16
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-1/+1
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-271-1/+1
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-1/+1
* Improve ansible-galaxy handling of role versions (#12904)Will Thames2017-01-171-1/+10
* For container enabled role, display warning only when not ANSIBLE_CONTAINER (...Chris Houseknecht2016-12-021-2/+2
* Cast input role version to string before comparing to available versions (#18...jctanner2016-10-311-1/+1
* Add warnings when installing container type rolesChris Houseknecht2016-10-091-1/+13
* Iterate through role paths when installing roles (#17487)jctanner2016-09-091-31/+45
* Retain local tar.gz roles during galaxy install (#16592)Will Thames2016-07-061-4/+7
* moved validate info from vvv to debugBrian Coca2016-05-271-1/+1
* Fix missing ignore_certs (#16018)Chris Houseknecht2016-05-271-5/+1
* Fix issue with ansible-galaxy and --ignore-certsGreg Sidelinger2016-04-111-1/+9
* Fix galaxy roles_path cli usage.Adrian Likins2016-04-021-2/+2
* Merge pull request #13203 from willthames/galaxy_10620James Cammarata2016-02-171-2/+0
|\
| * Allow tree-ish to be used for galaxy role versionMick Bass2015-11-181-2/+0
* | Prevent traceback.Toshio Kuratomi2016-01-131-7/+5
* | Galaxy 2.0chouseknecht2015-12-091-4/+6
|/
* Add python3-compat boilerplate to all .py files in lib/ansibleToshio Kuratomi2015-10-191-0/+3
* Cleaning up some ansible-galaxy stuffJames Cammarata2015-10-051-4/+6