You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/cli
Ganesh Nalawade 0de5620b65 Fix ansible-connection persist after playbook run complete issue (#61591)
* Fix ansible-connection persist after playbook run issue

*  PR https://github.com/ansible/ansible/pull/59153 to add support
   for delaying the ansible-connection added an old issue of
   ansible-connection persisting even after playbook run is finished
   till either command timeout or connect timeout is triggered.
   ansible-connection persist after playbook execution is done
   and also delays the connection initilization untill a method
   in invoked from module side on the connection object.

* Add chanegelog

(cherry picked from commit 4f29b5a76b)
6 years ago
..
arguments [stable-2.9] Properly hide limit and list-hosts args from ansible-inventory (#61618) 6 years ago
scripts Fix ansible-connection persist after playbook run complete issue (#61591) 6 years ago
__init__.py ansible-galaxy tidy up arg parse with better validation (#59957) 7 years ago
adhoc.py Make ansible adhoc work with include_role (#56163) 7 years ago
config.py fixes to config manager (#58530) 7 years ago
console.py Migrate command line parsing to argparse (#50610) 7 years ago
doc.py point at corresponding version (#59200) 7 years ago
galaxy.py ansible-galaxy fix --server option for roles (#61820) 6 years ago
inventory.py [stable-2.9] Properly hide limit and list-hosts args from ansible-inventory (#61618) 6 years ago
playbook.py default collection support (#61415) 6 years ago
pull.py Migrate command line parsing to argparse (#50610) 7 years ago
vault.py ansible-vault: convert vault_password_files to list to prevent traceback (#57186) 7 years ago