summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/apt.py
Commit message (Expand)AuthorAgeFilesLines
* apt module, prevent tb from invalid type for pkg (#78666) (#78908)Brian Coca2022-09-291-3/+7
* [2.13] apt - fix failure when package is not installed and only_upgrade=True ...Sloane Hertel2022-09-291-1/+6
* Fix apt making changes in check mode (#78496) (#78530)Sloane Hertel2022-08-311-3/+4
* apt: include apt preferences (e.g. pinning) when selecting packages (#78327) ...Sloane Hertel2022-08-311-16/+38
* Module/plugin docs: (#78380) (#78447)Felix Fontein2022-08-041-1/+6
* apt: fix virtual package install version detection (#76781) (#77909)Brian Coca2022-06-081-7/+10
* Fixes for type hinting issues. (#77170)Matt Clay2022-03-011-2/+1
* Add basic support for "apt-get clean" operation to apt module (#76758)gcagle32022-02-161-0/+38
* docs: add fqcn to module examples (#73546)Syed Ali Haider2022-01-261-20/+20
* apt: add support for package version >= (#75002)Patrick Hemmer2022-01-111-59/+63
* Remove shebangs from core Python modules. (#76664)Matt Clay2022-01-061-1/+0
* Use correct markup in documentation (#76545)Felix Fontein2021-12-141-1/+1
* apt - add allow_change_held_packages option (#73629)Thomas Stähle2021-11-291-4/+24
* apt - remove obsolete documentation (#76243)Sam Doran2021-11-081-13/+1
* The apt module won't work with python-apt < 0.8.9 (such as on Ubuntu 10.04) (...Víctor A. Rodríguez2021-10-121-2/+2
* Add attributes 2/x (#75619)Brian Coca2021-09-231-2/+3
* apt module: add option to allow package downgrades (#74852)hyperreality2021-09-141-9/+70
* Add attributes a-c (#75561)Brian Coca2021-08-301-0/+7
* modules moved to use best_parsable_locale (#75250)Brian Coca2021-07-151-12/+14
* apt: Fix fail_json API call (#74444)Abhijeet Kasurde2021-04-281-1/+1
* added apt lock_timeout (#74095)Brian Coca2021-04-121-134/+152
* Fix wrong backup directory var name in apt module (#73840)Xabier Napal2021-03-221-1/+1
* module compat for py3.8+ controller (#73423)Matt Davis2021-02-101-25/+58
* Documentation change to the apt module to reference lock files (#73079)Jon "The Nice Guy" Spriggs2021-01-081-0/+11
* Fix a typo in the documentation of ansible.builtin.apt (#73061)Louis Sautier2021-01-071-1/+1
* The implicit default for type=bool options is not 'false', but 'none' (#72699)Felix Fontein2020-12-041-1/+1
* fix simple typos (#72219)Adam Leskis2020-10-151-7/+7
* Reduce ignored module sanity tests (#70319)Amin Vakil2020-09-221-2/+11
* apt - make errors more transparent (#70099)Andreas Schleifer2020-07-061-4/+4
* apt - add fail_on_autoremove option to avoid unintended package removals (#70...psi / Ryo Hirafuji2020-06-301-10/+38
* starting metadata sunset (#69454)Brian Coca2020-06-041-3/+0
* Fix example format in Ansible modules (#69509)Andrew Klychkov2020-05-281-1/+1
* Flatten the directory hierarchy of modules (#68966)Matt Martz2020-05-131-0/+1232