mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
ansible_playbook_python (#18530)
* ansible_playbook_python fixes #18471 * fix tests * removed dupe
This commit is contained in:
@@ -13,6 +13,7 @@ Ansible Changes By Release
|
||||
any user can add back via config options if they don't use those package managers or othewise avoid the errors.
|
||||
* Blocks can now have a `name` field, to aid in playbook readability.
|
||||
* default strategy is now configurable via ansible.cfg or environment variable.
|
||||
* Added 'ansible_playbook_python' which contains 'current python executable', it can be blank in some cases in which Ansible is not invoked via the standard CLI (sys.executable limitation).
|
||||
|
||||
###Deprecations:
|
||||
* Specifying --tags (or --skip-tags) multiple times on the command line
|
||||
|
||||
Reference in New Issue
Block a user