summaryrefslogtreecommitdiff
path: root/lib/ansible
Commit message (Expand)AuthorAgeFilesLines
* Fix unexpected exception when a role has an empty argument_specs.yml (#75604)devon-mar2021-09-101-1/+4
* yaml dumper: Add YAML respresenter for AnsibleUndefined (#75078)Abhijeet Kasurde2021-09-072-2/+21
* pip - Use pip from the current Python interpreter. (#75634)Matt Clay2021-09-031-5/+43
* AnsiballZ - Make sure cwd is accessible. (#75636)Matt Clay2021-09-031-8/+13
* docs: clarify that known_hosts path must exist (#75615)Martin Krizek2021-09-021-0/+1
* Modify getent example; closes #75624. (#75633)MaxBrady2021-09-021-5/+5
* psrp - fix typo (#75617)Ikko Ashimine2021-09-021-1/+1
* ssh connection added option priority note (#75219)Brian Coca2021-09-011-0/+1
* clarify cacheable (#75085)Brian Coca2021-09-011-1/+2
* Fix build_ignore when installing a collection from source (#75547)Sloane Hertel2021-09-011-5/+2
* Use context manager for file handling in some system modules. (#65227)Mads Jensen2021-09-011-23/+20
* Fix templating task action with host-specific vars (#75600)Martin Krizek2021-08-311-3/+3
* validate_args_spec, use combine vars and in precedence (#75471)Brian Coca2021-08-302-3/+35
* Fix rekey_on_member when key is undefined (#75131)Sloane Hertel2021-08-301-0/+3
* Add attributes a-c (#75561)Brian Coca2021-08-3010-14/+89
* import_role - support templating _from_files with --extra-vars (#75269)Sloane Hertel2021-08-301-1/+9
* dnf: ensure we use the correct locale for dnf API (#75264)Martin Krizek2021-08-301-14/+22
* Ensure `heuristic_log_sanitize` returns correct data if no password found (#7...Matt Martz2021-08-261-1/+1
* Fix an exception when passlib library is used with a wrapped algo (#75527)Pilou2021-08-261-2/+2
* allow vars_files to use dwim (vars/) and vaults (#75526)Brian Coca2021-08-254-38/+45
* Revert "use versioned doclink for url references (#74245)" (#74782)Toshio Kuratomi2021-08-243-16/+7
* yum: fix yumstate when wildcards are used in list arg (#75545)Martin Krizek2021-08-241-0/+2
* Clarify get_bin_path error message (#75544)Brian Coca2021-08-241-1/+1
* Fix --list-hosts when undefined var is used (#75533)Brian Coca2021-08-231-1/+7
* yum: fix parsing of check-update with subsequent empty lines (#75452)Martin Krizek2021-08-201-26/+17
* dnf: allow for download_only to be run without root (#75532)Martin Krizek2021-08-201-1/+1
* Avoid accessing delegated vars when you dont have a host (#75524)Brian Coca2021-08-201-8/+10
* More options for password passing (#73117)Brian Coca2021-08-193-24/+109
* Dump keyword data (#75446)Brian Coca2021-08-191-7/+20
* dnf: align the return value of the list argument with yum (#75501)Martin Krizek2021-08-171-2/+7
* ssh: Update docs (#75253)Abhijeet Kasurde2021-08-161-26/+26
* ansible-test - Move code from _data to _util. (#75495)Matt Clay2021-08-124-4/+4
* Add host information to the retry print statement (#75494)HeroCC2021-08-121-1/+2
* ansible-pull, restore repo options (#75491)Brian Coca2021-08-121-3/+2
* jinja2_native: short-circuit literal_eval for non-strings (#75484)Martin Krizek2021-08-121-1/+5
* dnf: properly capture transaction error (#75444)Martin Krizek2021-08-121-2/+6
* setup module, dont truncate hpux interfaces (#75423)Brian Coca2021-08-121-1/+1
* Add new comment attribute to template plugin (#69253)Hossein Zolfi2021-08-123-2/+32
* ansible-test - Upgrade pylint to 2.9.3. (#75480)Matt Clay2021-08-111-1/+1
* Fix up string splitting to prepare for pylint update. (#75479)Matt Clay2021-08-111-1/+1
* Code cleanup to prepare for pylint update. (#75475)Matt Clay2021-08-115-7/+8
* Improve ansible-galaxy error for InconsistentCandidate exception (#75235)Sloane Hertel2021-08-102-0/+32
* plugin attributes: make validate-modules strict again, improve version_added ...Felix Fontein2021-08-091-0/+9
* added more attributes for existing facilities (#74331)Brian Coca2021-08-062-10/+43
* ensure we convert path in warning or py2.6 breaks (#75413)Brian Coca2021-08-061-1/+1
* Fix dnf package matching (#75411)Sloane Hertel2021-08-061-16/+32
* Globals should be accessible when importing a template without the context (#...Martin Krizek2021-08-051-7/+9
* Change interpreter discovery defaults to silently prefer Python 3 (#75049)Sam Doran2021-08-042-23/+22
* Skip python interpreter discovery for 'forced local' module execution (#74824)Brian Coca2021-08-042-34/+50
* ignore/warn for undefined vars in unused handler names (#75244)Sloane Hertel2021-08-031-10/+16