Browse code

added ansible_play_hosts to changelog

Brian Coca authored on 2016/09/24 00:26:01
Showing 1 changed files
... ...
@@ -249,6 +249,7 @@ Ansible Changes By Release
249 249
 * removed previously deprecated ';' as host list separator.
250 250
 * Only check if the default ssh client supports ControlPersist once instead of once for each host + task combination.
251 251
 * Fix a problem with the pip module updating the python pip package itself.
252
+* 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.
252 253
 
253 254
 ###For custom front ends using the API:
254 255
 * ansible.parsing.vault: