summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/action
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-0312-12/+12
* ActionBase: remove deprecated _remote_checksum (#80440)Martin Krizek2023-04-271-32/+0
* source module compression setting directly from config (#80647)Brian Coca2023-04-261-1/+2
* Fix gather parallel (#80597)Brian Coca2023-04-261-11/+35
* Implement checks, and backwards compat change, to move forward with UTF-8 onl...Matt Martz2023-04-171-0/+24
* feature: add support for symbolic links when passing "dir" (#80460)kloud-byun2023-04-141-1/+1
* Add new dnf5 module (#80272)Martin Krizek2023-03-312-3/+88
* add a worker queue to get updates from the main results thread (#79886)Sloane Hertel2023-02-281-207/+45
* Change ansible_job_id format (#79951)Martin Krizek2023-02-091-1/+1
* Remove another unwanted comma from pause action (#79926)Sloane Hertel2023-02-061-1/+1
* Remove unwanted comma from pause action (#79908)Matt Clay2023-02-031-1/+1
* Clean up unused imports in plugins (#79899)Matt Clay2023-02-036-8/+1
* Use arg validation in debug action (#79866)Matt Martz2023-02-021-13/+18
* Fix traceback in template action with ANSIBLE_DEBUG=1 (#79764)Martin Krizek2023-01-201-1/+5
* normal action plugin: remove superfluous code (#79690)Felix Fontein2023-01-111-16/+7
* fix role argument spec error for invalid suboptions (#76578)Sloane Hertel2023-01-091-1/+1
* mention acl in permissions errors (#79209)Brian Coca2022-10-271-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