summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/action/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Change ansible_job_id format (#79951) (#80282)Martin Krizek2023-04-171-1/+1
* mention acl in permissions errors (#79209) (#79250)Brian Coca2022-11-161-4/+4
* 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 deprecated ALLOW_WORLD_READABLE_TMPFILES config option (#77410)Martin Krizek2022-03-301-1/+1
* Action Plugin argspec validation (#77013)Matt Martz2022-03-251-0/+52
* Remove collections compat from controller code.Matt Clay2022-03-081-1/+2
* Type hint fixes.Matt Clay2022-03-041-1/+1
* Start of moving away from six (#75863)Martin Krizek2021-10-211-7/+7
* Add space to error message output (#76063)Sebastian Gumprich2021-10-191-1/+1
* Remove (only) user-facing use of ANSIBLE_ASYNC_DIR (#74249)Rick Elrod2021-09-171-20/+4
* Skip python interpreter discovery for 'forced local' module execution (#74824)Brian Coca2021-08-041-0/+1
* deprecate `_remote_checksum()` and remove use in fetch (#74848)Sam Doran2021-06-161-2/+5
* Async status rewriteBrian Coca2021-06-031-4/+4
* Revert "aync_status rewrite (#74577)"Matt Clay2021-05-261-4/+4
* aync_status rewrite (#74577)Brian Coca2021-05-251-4/+4
* fix: action _fixup_perms2 macos +a remote_paths in list() as it can be a tupl...Shane St Savage2021-05-111-1/+1
* 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
* [controller ansiballz] escape directory regex (#74270)Rick Elrod2021-04-151-1/+2
* Set fact fixes (#73684)Brian Coca2021-03-031-0/+1
* module output is only json objects (#73765)Brian Coca2021-03-031-1/+1
* Allow macOS ACLs to work for unpriv -> unpriv (#70785)Rick Elrod2020-08-041-2/+16
* fix internal cases of actions calling unqualified module names (#70818)Matt Davis2020-07-231-12/+24
* Refactor _fixup_perms2 to remove way-nested logic (#70701)Rick Elrod2020-07-201-87/+133
* Add ability to fallback to chgrp remote_tmp and its files. (#68627)Rick Elrod2020-07-011-9/+68
* Fix delegate_facts with interpreter not being set (#70293)Martin Krizek2020-06-301-10/+4
* Revert commits related to delegated facts changes (#70272)Sam Doran2020-06-241-7/+3
* Fix storing delegate_to facts (#70231)Martin Krizek2020-06-231-5/+8
* Fix storing local task_vars facts for the retry (#70171)Martin Krizek2020-06-221-4/+5
* fix discovery on loop with delegation (#70013)Brian Coca2020-06-111-0/+5
* fix configurable pipelining (#69920)Brian Coca2020-06-111-13/+23
* Deprecation revisited (#69926)Felix Fontein2020-06-091-1/+1
* various deprecation, display, warning, error fixes for collections redirectio...Matt Davis2020-06-051-2/+11
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-281-1/+1
* provides per host/plugin world readable temp opt (#69393)Brian Coca2020-05-261-1/+1
* fix delegated interpreter discovery (#69604)Brian Coca2020-05-221-9/+20
* Add resource_from_fqcr utility function. (#68474)Felix Fontein2020-05-141-2/+3
* update ActionBase._low_level_execute_command to honor executable (#68315)rwagnergit2020-04-221-0/+4
* Update docs, pointing to an existing chapter. (#69026)Robert de Bock2020-04-181-1/+1
* Add variable for DEFAULT_NO_TARGET_SYSLOG (#68971)Jordan Borean2020-04-161-1/+2
* avoid mkdir -p (#68921)Brian Coca2020-04-131-8/+8
* Internally redirect win modules to collection name (#68317)Jordan Borean2020-03-231-4/+11
* Fix become for network_cli in collections.Matt Clay2020-02-201-1/+1
* file - change _diff_peek type in argument_spec (#60428)Sam Doran2020-01-171-1/+5
* Add method to automatically clean up after an action plugin (#65509)Matt Martz2019-12-061-0/+12
* become - stop using play context in more places (#62373)Jordan Borean2019-11-181-9/+16
* default collection support (#61415)Matt Davis2019-08-281-14/+1