summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ansible-doc - account for empty meta/main.yml (#73590)Sam Doran2021-02-121-0/+2
* Add rolespec_validate to import/include_role (#73589)David Shrewsbury2021-02-124-6/+21
* Catch more potential errors when setting up curses.Felix Fontein2021-02-121-1/+2
* Role arg spec validation implementation (#73152)David Shrewsbury2021-02-123-0/+224
* corrected description info (#73586)Brian Coca2021-02-121-1/+2
* allow constructed to use vars plugin (#73418)Brian Coca2021-02-124-11/+58
* Use iskeyword and str.isidentifier for "is FQCN" (#73279)Sviatoslav Sydorenko2021-02-112-31/+30
* Add argument spec validator (#73335)Sam Doran2021-02-114-368/+784
* Let vault lookup output unicode string. (#73571)Alexander Sowitzki2021-02-111-1/+1
* fix typo in ansible vault decrypt if vault error (#73542)Lazuardi N Putra2021-02-111-1/+1
* only add data when there is data to add (#54559)Brian Coca2021-02-112-17/+41
* module compat for py3.8+ controller (#73423)Matt Davis2021-02-1010-123/+413
* unarchive: add support for .tar.zst (zstd compression) (#73265)Jeff Squyres2021-02-091-3/+17
* user - add password expiration parameters (#69531)pushkarkumar152021-02-091-0/+71
* Add AlmaLinux to the family of Red Hat-like operating systems (#73541)Sam Doran2021-02-091-1/+1
* default callback - add "show_task_path_on_failure" option (#73260)Sam Doran2021-02-093-3/+24
* Update collection routing (#73046)Felix Fontein2021-02-091-138/+138
* INTERPRETER_PYTHON_DISTRO_MAP: Treat oracle same as rhel/centos (#73498)Eugene Vilensky2021-02-091-0/+1
* Add new split filter (#73532)Matt Martz2021-02-091-1/+2
* galaxy - add format options for collection list (#73474)Shane McDonald2021-02-051-0/+26
* Don't treat host_pinned as lockstep (#73484)Matt Martz2021-02-051-2/+2
* uri - add ca_path parameter (#71979)Florian Heiderich2021-02-052-7/+11
* bugfix: use to_text(stdout) in psrp.Connection.put_file method (#73491)jakegatsby2021-02-051-1/+1
* no_log mask suboption fallback values and defaults CVE-2021-20228 (#73487)Jordan Borean2021-02-051-11/+17
* Fix regression introduced in b77abd0491 causing bug in inventory modu… (#73...Michael Shnit2021-02-041-1/+1
* Update kubernetes collection routing (#73485)Jill R2021-02-051-23/+23
* Fix ansible-galaxy collection subdir searching and update documentation (#73406)Sloane Hertel2021-02-041-6/+22
* add option to upgrade collections (#73336)Sloane Hertel2021-02-044-46/+41
* hostname: fix references in docs (#73454)Felix Fontein2021-02-021-1/+2
* lineinfile - add search_string parameter for non-regexp searching (#70647)Jose Angel Munoz2021-02-021-18/+65
* Correct pkg_mgr for Fedora-derived OSTree distros (#73445)Rick Elrod2021-02-021-2/+3
* Allow `$` & `~` inside paths in galaxy roles (#72966)Alexander Sowitzki2021-02-021-1/+5
* user - Prevent user fact lookup failure if LOGNAME is set (#17029) (#73439)Alexander Sowitzki2021-02-021-1/+4
* Fix warning for nonexistent inventory cache (#72840)Sloane Hertel2021-02-011-6/+7
* Make `ansible-galaxy collection verify` error out on no `MANIFEST.json`Sloane Hertel2021-02-011-2/+10
* Match user-requested transitive pre-releases in collection dependency resolve...Sviatoslav Sydorenko2021-02-013-4/+56
* Add Python 3.8 and Python 3.9 to the fallback list (#73405)Matt Martz2021-01-281-0/+2
* change detection and check mode fixes for apt_key (#73334)Brian Coca2021-01-271-80/+187
* Replace the inhouse collection dependency resolver with `resolvelib`Sviatoslav Sydorenko2021-01-2712-1018/+2465
* iptables: Fixed get_chain_policy API (#69152)Abhijeet Kasurde2021-01-271-2/+5
* update faq link (#73353)Thomas Sjögren2021-01-271-1/+1
* allow env to override unspecified unsafe_writes (#73282)Brian Coca2021-01-271-9/+10
* use correct executable and options in all cases (#73323)Brian Coca2021-01-261-17/+19
* Local vars should have highest precedence in AnsibleJ2Vars (#72830)Martin Krizek2021-01-261-22/+14
* undeprecated hash_merge setting (#73328)Brian Coca2021-01-221-14/+20
* Let `command` always return stdout & stderr (#73004)Alexander Sowitzki2021-01-221-2/+2
* Consolidate filters/tests handling into JinjaPluginIntercept (#71463)Martin Krizek2021-01-214-81/+40
* Shadow input for encrypt_string by default unless asked (fixes #71618) (#73263)Joshua Bayfield2021-01-201-2/+9
* Galaxy - make versions list consistent across versions (#72932)Jordan Borean2021-01-202-20/+30
* Do not pretend expression is filename in compile() Python built-in call (#73113)Oldřich Jedlička2021-01-191-1/+1