summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/action
Commit message (Expand)AuthorAgeFilesLines
* Change ansible_job_id format (#79951) (#80282)Martin Krizek2023-04-171-1/+1
* Fix traceback in template action with ANSIBLE_DEBUG=1 (#79764) (#79775)Martin Krizek2023-01-231-1/+5
* [2.14] fix role argument spec error for invalid suboptions & fix reporting of...Felix Fontein2023-01-191-1/+1
* mention acl in permissions errors (#79209) (#79250)Brian Coca2022-11-161-4/+4
* add ansible_name/ansible_aliases attrs to plugin objects (#78700)Sloane Hertel2022-09-151-3/+3
* Add missing space after keywords. (#78480)Matt Clay2022-08-081-1/+1
* Pause module, return actual echo value (#78378)Brian Coca2022-07-291-2/+1
* Python 3.9 min for controller (#77566)Matt Martz2022-07-203-5/+3
* Use customized setraw to prevent output issues (#78060)Matt Martz2022-06-291-2/+23
* Better info sourcing (#77511)Brian Coca2022-04-141-7/+21
* Move to display as single source of verbosity (#77498)Brian Coca2022-04-141-2/+2
* Remove COMMAND_WARNINGS and warn (#77411)Martin Krizek2022-03-301-4/+0
* Remove deprecated ALLOW_WORLD_READABLE_TMPFILES config option (#77410)Martin Krizek2022-03-301-1/+1
* Action Plugin argspec validation (#77013)Matt Martz2022-03-253-44/+88
* Remove collections compat from controller code.Matt Clay2022-03-082-2/+4
* Type hint fixes.Matt Clay2022-03-042-2/+2
* gather_facts sees collection networking connection (#76954)Brian Coca2022-02-071-1/+6
* Attach concat func to an environment class (#76282)Martin Krizek2022-01-211-8/+15
* include_vars initialize failed (#76754)Brian Coca2022-01-181-1/+5
* Add check_mode tests for shell/command/script and make skipped=True/changed=T...Sloane Hertel2022-01-071-27/+33
* fix shell/command/script tasks skipping in check mode (#76353)Sloane Hertel2021-12-011-1/+3
* Heisen jinja2_native (#75587)Martin Krizek2021-10-271-15/+8
* Start of moving away from six (#75863)Martin Krizek2021-10-215-20/+15
* Require Jinja2 3.0.0 (#75881)Martin Krizek2021-10-201-12/+0
* Add space to error message output (#76063)Sebastian Gumprich2021-10-191-1/+1
* ansible-core - Remove support for Python 2.6. (#75853)Matt Clay2021-10-011-1/+1
* Remove (only) user-facing use of ANSIBLE_ASYNC_DIR (#74249)Rick Elrod2021-09-172-31/+4
* validate_args_spec, use combine vars and in precedence (#75471)Brian Coca2021-08-301-3/+2
* Add new comment attribute to template plugin (#69253)Hossein Zolfi2021-08-121-2/+6
* Skip python interpreter discovery for 'forced local' module execution (#74824)Brian Coca2021-08-041-0/+1
* add action_groups support to collections (#74039)Sloane Hertel2021-07-143-5/+8
* Template suboptions in a role's arg spec (#75073)Sloane Hertel2021-06-221-6/+2
* Add 'hash_behaviour' option to include_vars module (#72944)Junegunn Choi2021-06-221-1/+9
* deprecate `_remote_checksum()` and remove use in fetch (#74848)Sam Doran2021-06-162-38/+49
* async_status revert most changes, keep some fixes, undep module (#74931)Brian Coca2021-06-141-61/+3
* Async status rewriteBrian Coca2021-06-032-26/+102
* yum action plugin: 'use' as an alias of 'use_backend' (#70792)Rukmangathan2021-05-311-1/+7
* Use the module redirect_list when getting defaults for action plugins (#73864)Sloane Hertel2021-05-273-4/+14
* Revert "aync_status rewrite (#74577)"Matt Clay2021-05-262-91/+27
* aync_status rewrite (#74577)Brian Coca2021-05-252-27/+91
* fix: action _fixup_perms2 macos +a remote_paths in list() as it can be a tupl...Shane St Savage2021-05-111-1/+1
* pause - ensure control characters are always set appropriately (#74568)Sam Doran2021-05-061-5/+5
* fixed URL for becoming an unprivileged user doc (#74448)antonc422021-04-281-2/+2
* Fix world readable setting (#74324)Brian Coca2021-04-261-17/+14
* [become] Add Solaris chmod ACL fallbackRick Elrod2021-04-191-1/+16
* [become] Fix solaris permissions regressionRick Elrod2021-04-191-4/+15
* uri - fix traceback on multipart-form int value (#74302)Jordan Borean2021-04-161-2/+2
* [controller ansiballz] escape directory regex (#74270)Rick Elrod2021-04-151-1/+2
* pause - do not continue with '\r' when timeout is set (#74030)Alexander Sowitzki2021-03-291-13/+14
* Correctly set path and fullpath for template vars (#73924)Brian Coca2021-03-261-1/+1