mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added ansible_play_hosts to changelog
This commit is contained in:
parent
89f1cd6a8f
commit
530b2d7a15
1 changed files with 1 additions and 0 deletions
|
@ -249,6 +249,7 @@ Ansible Changes By Release
|
||||||
* removed previously deprecated ';' as host list separator.
|
* removed previously deprecated ';' as host list separator.
|
||||||
* Only check if the default ssh client supports ControlPersist once instead of once for each host + task combination.
|
* Only check if the default ssh client supports ControlPersist once instead of once for each host + task combination.
|
||||||
* Fix a problem with the pip module updating the python pip package itself.
|
* Fix a problem with the pip module updating the python pip package itself.
|
||||||
|
* ansible_play_hosts is a new magic variable to provide a list of hosts in scope for the current play. Unlike play_hosts it is not subject to the 'serial' keyword.
|
||||||
|
|
||||||
###For custom front ends using the API:
|
###For custom front ends using the API:
|
||||||
* ansible.parsing.vault:
|
* ansible.parsing.vault:
|
||||||
|
|
Loading…
Reference in a new issue