summaryrefslogtreecommitdiff
path: root/lib/ansible/cli/scripts
Commit message (Expand)AuthorAgeFilesLines
* Replace get_persistent_connection_options in task_executor with get_options (...Kate Case2022-08-171-6/+6
* Fix variable use before definition. (#78500)Matt Clay2022-08-111-3/+3
* ansible-connection verboistery (#77509)Brian Coca2022-04-141-4/+7
* Start of moving away from six (#75863)Martin Krizek2021-10-211-13/+6
* Modernize install (#76021)Matt Martz2021-10-192-174/+13
* Don't show params when there is an issue with `set_option(s)` (#75805)Matt Martz2021-09-281-2/+10
* Python 3.8 Controller Minimum (#74013)Matt Martz2021-09-211-25/+20
* force version on deprecation (#74338)Brian Coca2021-04-261-1/+1
* Remove __requires__ attribute for pkg_resources (#74294)Matt Martz2021-04-152-3/+0
* Address additional ansible_core rename issues (#72906)Matt Martz2020-12-082-2/+2
* Emit warning when running on the controller with a Python older than 3.8 (#72...Matt Martz2020-11-091-0/+10
* Use libc wcwidth to calculate print width in display (#66214)Matt Martz2020-06-221-1/+3
* Revert "Fix missing persistent connection messages (#68496)" (#69147)Daniel Mellado2020-04-271-21/+3
* Fix references to old egg-info directory.Matt Clay2020-03-302-2/+2
* Fix missing persistent connection messages (#68496)Nathaniel Case2020-03-301-3/+21
* Add test for reboot & wait_for_connection on EOS & IOS (#63014)Nathaniel Case2020-01-071-2/+2
* Fix cli context check for network_cli connection (#64697)Ganesh Nalawade2019-11-261-5/+6
* Refactor CLI prompt mode check for network plugins (#63945)Ganesh Nalawade2019-11-031-1/+2
* Display leftover messages when shutting down. (#62431)Nathaniel Case2019-09-191-0/+3
* Fix network_cli exec_command connection init (#62344)Ganesh Nalawade2019-09-171-0/+4
* Fix ansible-connection persist after playbook run complete issue (#61591)Ganesh Nalawade2019-09-061-1/+1
* Add support for network_cli connection retry (#61103)Ganesh Nalawade2019-08-281-0/+1
* ansible-galaxy: create parent dir for token file (#60615)Jordan Borean2019-08-191-0/+12
* Delay persistent connection until needed (#59153)Nathaniel Case2019-08-141-4/+1
* move CLI entrypoints under ansible package (#60004)Matt Davis2019-08-023-0/+488