summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/basic.py
Commit message (Expand)AuthorAgeFilesLines
* _symbolic_mode_to_octal- fix raising ValueError for invalid symbolic modes (#...Sloane Hertel2023-04-271-4/+4
* Symbolic modes with X or =[ugo] always use original mode (#80132)Sean Reifschneider2023-04-101-4/+4
* Only use the selectors code path when we are prompt matching (#79931)Matt Martz2023-04-041-41/+47
* Update mypy to version 1.0.0 (#79963)Matt Clay2023-02-091-2/+2
* basic.py - Perform Python version check earlier (#79954)Matt Clay2023-02-081-13/+15
* Fix detection of available hashlib algorithms (#79946)Matt Clay2023-02-081-30/+36
* Update collections.abc imports (#79911)Matt Clay2023-02-031-1/+1
* ansible-test - Update sanity test requirements. (#78528)Matt Clay2022-08-111-2/+2
* arg_spec - Return aliases in validation result and update aliases (#77576)Sam Doran2022-04-211-0/+1
* Fixes for type hinting issues. (#77170)Matt Clay2022-03-011-2/+2
* Module Logging with WSL2 (#76375)Abhinav Tripathy2022-01-211-3/+5
* prevent fact gathering from breaking on bad caps (#76691)Brian Coca2022-01-141-3/+12
* Drop python2.6 support in module execution (#76106)Matt Martz2021-10-251-11/+3
* Ensure `heuristic_log_sanitize` returns correct data if no password found (#7...Matt Martz2021-08-261-1/+1
* Code cleanup to prepare for pylint update. (#75475)Matt Clay2021-08-111-1/+1
* modules moved to use best_parsable_locale (#75250)Brian Coca2021-07-151-4/+1
* Try to get best usable locale (#75033)Brian Coca2021-06-231-7/+14
* Don't mutate os.environ in AnsibleModule.run_command, make a copy, and pass t...Matt Martz2021-05-251-48/+21
* docs: Update Python 2 doc links (#74633)Abhijeet Kasurde2021-05-241-1/+1
* basic: Skip over module parameters (#74559)Abhijeet Kasurde2021-05-111-1/+10
* Basic: don't call lstat when check_mode (#64279)Logistic Bot2021-04-281-1/+2
* Deprecate Py2.6 support for target nodes (#74165)Matt Martz2021-04-161-1/+9
* Use ArgumentSpecValidator in AnsibleModule (#73703)Sam Doran2021-03-191-432/+30
* commented function (#73625)Brian Coca2021-02-241-6/+6
* Add argument spec validator (#73335)Sam Doran2021-02-111-320/+25
* module compat for py3.8+ controller (#73423)Matt Davis2021-02-101-27/+25
* no_log mask suboption fallback values and defaults CVE-2021-20228 (#73487)Jordan Borean2021-02-051-11/+17
* allow env to override unspecified unsafe_writes (#73282)Brian Coca2021-01-271-9/+10
* Let `command` always return stdout & stderr (#73004)Alexander Sowitzki2021-01-221-2/+2
* ensure unsafe writes fallback (#70722)Brian Coca2020-12-211-10/+9
* arg_spec - move validator lookup method to a function (#72667)Sam Doooran2020-12-171-27/+11
* AnsibleModule.set_mode_if_different: handle symlink is in a sticky directory ...Pilou2020-12-041-1/+5
* arg_spec - rework _check_arguments() (#72447)Sam Doran2020-11-181-17/+24
* avoid key errors on environment access (#72620)Brian Coca2020-11-171-2/+6
* Return error if cwd directory does not exist (#72390)Alexei Znamensky2020-11-041-9/+15
* basic: Handle exception in default selector (#72101)Abhijeet Kasurde2020-10-061-1/+1
* Let get_file_attributes() work without `lsattr -v` (#71845)Rick Elrod2020-09-221-6/+10
* Revert "Change default file permissions so they are not world readable (#7022...Sam Doran2020-08-121-26/+0
* Fix warning for new default permissions when mode is not specified (#70976)Sam Doran2020-07-301-3/+3
* basic: Add name of aliases in error message (#69427)Abhijeet Kasurde2020-07-231-1/+7
* Change default file permissions so they are not world readable (#70221)Sam Doran2020-07-221-0/+26
* Sanitize URI module keys with no_log values (#70762)David Shrewsbury2020-07-221-3/+90
* basic: use PollSelector implementation (#70352)Abhijeet Kasurde2020-07-221-1/+7
* Support datetime.date object in module result (#70595)jabdr2020-07-141-1/+1
* Fix string/bytestring comparsion in m_u.basic (#70439)Rick Elrod2020-07-071-2/+3
* Throw a prettier error in m_u.basic syslog (#70312)Rick Elrod2020-07-011-4/+13
* Fix boilerplate in setup.py and lib/ansible/ dir.Matt Clay2020-06-221-0/+1
* Only pass kwargs to our string checker not callable checkers (#70151)Sam Doran2020-06-191-2/+4
* Fix up schema for collection deprecation (#69977)Jordan Borean2020-06-101-1/+1
* Deprecation revisited (#69926)Felix Fontein2020-06-091-5/+8