summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/action
Commit message (Expand)AuthorAgeFilesLines
* [2.9] Fix missing ansible.builtin FQCNs in hardcoded action names (#72458)Felix Fontein2020-12-072-2/+3
* [stable-2.9] pause - do not hang if run in the background (#72065) (#72606)Sam Doran2020-12-041-60/+75
* Fix UnboundLocalError on net_put (#71086)Nathaniel Case2020-08-071-0/+1
* copy - redact 'content' from invocation in check mode (#71033) (#71068)Sloane Hertel2020-08-061-2/+7
* [stable-2.9] reboot - fix Void Linux (#70704) (#70917)Sam Doran2020-08-061-0/+1
* Fix decrypt argument in assemble module (#70465) (#70559)Mykola Grygoriev2020-07-171-1/+1
* Fix delegate_facts with interpreter not being set (#70293) (#70385)Martin Krizek2020-07-171-10/+4
* Backport nxos_file_copy fixes (#70075)Nilashish Chakraborty2020-06-171-4/+9
* [stable-2.9] Allow the use of paramiko_conn before connection (#61570) (#69642)Nathaniel Case2020-06-162-49/+49
* fix delegation vars usage (debug still shows inventory_hostname (#69520)Brian Coca2020-06-161-9/+25
* Refactor CLI prompt mode check for network plugins (#63945) (#69210)Ganesh Nalawade2020-05-0520-254/+20
* update ActionBase._low_level_execute_command to honor executable (#68315)rwagnergit2020-05-051-0/+4
* fixed fetch traversal from slurp (#68720)Brian Coca2020-04-151-26/+19
* avoid mkdir -p (#68921)Brian Coca2020-04-141-8/+8
* [stable-2.9] Allow SSH synchronization between Docker containers (#65698) (#6...Sam Doran2020-03-021-1/+1
* Add collection support for network platform agnostic modules (#66342)Ganesh Nalawade2020-03-021-118/+20
* wait_for_connection: also retry interpreter discovery (#67040) (#67136)James Cassell2020-02-101-0/+3
* [stable-2.9] include_vars - fix stack trace when run ad-hoc with dirs paramet...Sam Doran2020-02-101-4/+5
* [stable-2.9] file - change _diff_peek type in argument_spec (#60428) (#66587)Sam Doran2020-02-101-1/+5
* [stable-2.9] Add method to automatically clean up after an action plugin (#65...Matt Martz2020-01-101-0/+12
* Make sure warnings are printed during fact gathering (#66258)Jordan Borean2020-01-101-2/+11
* Fix action plugin issue with network connection type in common collec… (#65...Ganesh Nalawade2020-01-1027-54/+86
* [2.9] Fix nxos_file_copy option value path validation (#65846)Ganesh Nalawade2020-01-101-21/+21
* [2.9] include_vars: Check NoneType for raw_params (#65301)Abhijeet Kasurde2019-12-031-1/+3
* become - stop using play context in more places (#62373) (#64965)Jordan Borean2019-12-033-25/+25
* dest lives in 4 different places depending on exeuction type (#62444) (#63283)Ganesh Nalawade2019-11-121-1/+1
* [2.9] Remove temp directory created by wait_for_connection (#64738)Abhijeet Kasurde2019-11-121-0/+3
* action/ce.py:clear configuration candidate when return to user-view. (#63513)Xu Yuandong2019-11-011-1/+5
* Pull request for temp/backport-60947 (#62596)Paul Belanger2019-09-196-23/+29
* [stable-2.9] Stabilize nxos initiated copy for nxos_file_copy plugin (#62355)Mike Wiebe2019-09-181-16/+42
* gather_facts action plugin: Fix loading network facts modules for smart gathe...Trishna Guha2019-09-171-2/+2
* Call get_capabilities to initiate device connection (#62103)Mike Wiebe2019-09-161-0/+4
* Rewrite nxos_file_copy as an action plugin (#60643)stable-2.9-branchpointMike Wiebe2019-08-291-0/+475
* default collection support (#61415)Matt Davis2019-08-281-14/+1
* Resource Module for exos_lldp_global (#60988)Ujwal Komarla2019-08-281-0/+33
* win_updates: Add flag to only download updates without installing them (#58631)Ruben-Bosch2019-08-281-2/+2
* PowerShell - Added coverage collector (#59009)Jordan Borean2019-08-281-2/+2
* Drop redundant EOL escape from win_updates actionSviatoslav Sydorenko2019-08-221-1/+1
* vos_config collection fix using FQCN (#60446)Paul Belanger2019-08-211-1/+2
* junos_ping supports only network_cli (#59534)Nilashish Chakraborty2019-07-241-2/+2
* fix all cases of none remote/become users (#59397)Brian Coca2019-07-221-1/+1
* if users are None/empty, dont assume sameness (#58875)Brian Coca2019-07-171-3/+5
* Fix gather_facts error/skipped reporting (#58927)Brian Coca2019-07-111-8/+6
* Fix broken slxos_config due to changed backup options (#58804)Lindsay Hill2019-07-081-2/+0
* Recognize module tracebacks on stdout and stderr.Matt Clay2019-06-261-0/+4
* Set _ansible_verbose_override in gather_facts action plugin. Fixes #58310 (#5...Matt Martz2019-06-251-0/+3
* Fix junos modules persistent connection check (#57986)Ganesh Nalawade2019-06-241-6/+0
* Revert "Fix junos module transport check (#58050)" (#58270)Ganesh Nalawade2019-06-241-17/+9
* Fix junos module transport check (#58050)Ganesh Nalawade2019-06-211-9/+17
* removal of chdir in controller (#57781)Brian Coca2019-06-141-7/+3