summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/packaging/os/apt_repository.py
Commit message (Expand)AuthorAgeFilesLines
* apt_repository: implement update cache retrying (#57266)René Moser2019-08-301-11/+51
* apt_repository: Fix crash caused by cache.update() raising an IOError on time...Kevin Backhouse2019-05-291-2/+12
* Preventing '/dev/tty not found' problems (#49950)Manuel Molina Cuberos2019-01-141-1/+1
* Enable pylint rules and fix exposed bugs. (#47219)Matt Clay2018-10-191-1/+0
* create sources.list.d directory if needed (#36981)Cyril Jouve2018-10-081-0/+5
* apt_repository: fix rendering default mode in docs (#40152)Martin Krizek2018-05-151-1/+1
* apt_repository: check attribute repo for None value (#36944)Julien Vey2018-03-191-0/+3
* Drop duplicate imports from apt_repository module (#36320)Sviatoslav Sydorenko2018-02-171-5/+1
* Fix packaging/os modules for wildcard imports and get_exceptionToshio Kuratomi2018-02-061-1/+7
* Remove deprecated get_exception APIAbhijeet Kasurde2018-02-051-13/+11
* apt_repository: PEP8 compliancy and documentation changes (#33429)Dag Wieers2017-12-041-38/+29
* Fix invalid string escape sequences.Matt Clay2017-11-211-2/+2
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
* WIP: Replace boilerplate (#27554)Robin Roth2017-08-011-14/+4
* Use pycodestyle instead of pep8 (#25947)Pilou2017-07-131-0/+1
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* apt_repository: check for enabled repositories correctlyMarius Gedminas2017-02-071-2/+3
* Duplicated line in the documentation of the apt_repository moduleRomain Richard2017-01-101-1/+0
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Call main in conditional way - packaging (#5826)Fabio Alessandro Locati2016-12-081-1/+2
* Unquote urls in YAML - packaging (#5793)Fabio Alessandro Locati2016-12-081-4/+4
* Change example syntax on apt_repository moduleSam Doran2016-12-081-6/+20
* apt_repository: Relax PPA checks and add basename (#5432)Matt Robinson2016-12-081-10/+17
* Fix python 3 issues with apt* modules. (#4848)Matt Clay2016-12-081-8/+18
* Python 3 fixes for apt_* modules. (#4754)Matt Clay2016-12-081-1/+1
* Fix default perm for apt_repo files. (#4072)Adrian Likins2016-12-081-2/+5
* Convert packaging/* to py3/py2.4 syntax (#3702)Michael Scherer2016-12-081-4/+7
* Add diff support to apt_repository moduleTobias Wolf2016-12-081-3/+28
* Show error if python-apt is absent in check mode.Matt Clay2016-12-081-0/+2
* Split a shell snippet in 2 to avoid using use_unsafe_shell=TrueMichael Scherer2016-12-081-1/+4
* Added filename option to apt_repository module.Matt Clay2016-12-081-0/+14
* fix error occurring with DebianPierre-Louis Bonicoli2016-12-081-6/+5
* Simplify distribution testAbhijit Menon-Sen2016-12-081-1/+1
* Make SourcesList __init__ method also set self.moduleAbhijit Menon-Sen2016-12-081-9/+10
* Clarify HAVE_PYTHON_APT/install_python_apt handling in apt_repositoryAbhijit Menon-Sen2016-12-081-12/+12
* Fix call to _expand_ppaAbhijit Menon-Sen2016-12-081-1/+1
* This change is in response to issue #133.verm6662016-12-081-1/+25
* Fix apt_repository so that it does not modify the mode of existing repositoriesToshio Kuratomi2016-12-081-2/+6
* apt_repository: fix file modePierre-Louis Bonicoli2016-12-081-4/+4
* Proper author info for all remaining modulesGreg DeKoenigsberg2016-12-081-1/+1
* Python2.4 fixesMatt Martz2016-12-081-2/+6
* Some more module categorization.Michael DeHaan2016-12-081-0/+446