summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/action
Commit message (Expand)AuthorAgeFilesLines
* gather_facts sees collection networking connection (#76954) (#76964)Brian Coca2022-02-161-1/+6
* include_vars initialize failed (#76754) (#76785)Brian Coca2022-01-181-1/+5
* validate_args_spec, use combine vars and in precedence (#75471) (#75602)Brian Coca2021-09-011-3/+2
* Skip python interpreter discovery for 'forced local' module execution (#74824...Brian Coca2021-08-061-0/+1
* fix: action _fixup_perms2 macos +a remote_paths in list() as it can be a tupl...Brian Coca2021-08-031-1/+1
* Template suboptions in a role's arg spec (#75073) (#75094)Sloane Hertel2021-07-121-6/+2
* [2.11] Fix using module-specific module_defaults in action plugins (#74849)Sloane Hertel2021-06-143-4/+14
* Fix world readable setting (#74324) (#74418)Brian Coca2021-05-171-18/+15
* [become] Add Solaris chmod ACL fallbackRick Elrod2021-05-171-1/+16
* [become] Fix solaris permissions regressionRick Elrod2021-05-171-4/+15
* [stable-2.11] pause - ensure control characters are always set appropriately ...Sam Doran2021-05-171-5/+5
* functional backport of 74448 (#74567)Alicia Cozine2021-05-041-2/+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
* Use ArgumentSpecValidator in AnsibleModule (#73703)Sam Doran2021-03-191-4/+6
* Set fact fixes (#73684)Brian Coca2021-03-032-9/+17
* module output is only json objects (#73765)Brian Coca2021-03-031-1/+1
* Catch more potential errors when setting up curses.Felix Fontein2021-02-121-1/+2
* Role arg spec validation implementation (#73152)David Shrewsbury2021-02-121-0/+97
* pause - adjust warning when run in background (#73182)Sam Doran2021-01-141-1/+2
* pause - do not hang if run in the background (#72065)Sam Doran2020-11-121-60/+75
* Replace some more FQCNs.Felix Fontein2020-11-052-2/+3
* reboot - add reboot_command parameter (#69847)Sam Doran2020-10-281-46/+65
* Force template module to use non-native Jinja2 (#68560)Martin Krizek2020-09-031-7/+14
* Allow macOS ACLs to work for unpriv -> unpriv (#70785)Rick Elrod2020-08-041-2/+16
* copy - redact 'content' from invocation in check mode (#71033)Sloane Hertel2020-08-031-2/+7
* package - use existing list of package manages from facts (#70920)Sam Doran2020-07-291-2/+2
* reboot - fix Void Linux (#70704)fosslinux2020-07-271-0/+1
* fix internal cases of actions calling unqualified module names (#70818)Matt Davis2020-07-2317-47/+92
* Refactor _fixup_perms2 to remove way-nested logic (#70701)Rick Elrod2020-07-201-87/+133
* Fix decrypt argument in assemble module (#70465)Mykola Grygoriev2020-07-091-1/+1
* command warnings: don't send the param from action (#70531)Rick Elrod2020-07-091-1/+1
* 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
* pause - fix curses.setupterm() error (#47851)老广2020-06-291-1/+1
* 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
* support hard coded module_defaults.yml groups for collections (#69919)Sloane Hertel2020-06-093-3/+7
* Deprecation revisited (#69926)Felix Fontein2020-06-092-2/+2
* Add intg test to repro #36045 (add_host traceback) (#69912)Brian Coca2020-06-091-11/+18
* various deprecation, display, warning, error fixes for collections redirectio...Matt Davis2020-06-051-2/+11
* Make add_host be idempotent/show changed status (#69897)Rick Elrod2020-06-041-1/+1
* Use fqcr from command module invocation using shell module (#69790)Ganesh Nalawade2020-06-041-1/+1
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-282-2/+2
* 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
* correctly merge multiple facts results (#68987)Brian Coca2020-05-201-4/+11