diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2016-09-23 11:26:01 -0400 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2016-09-23 11:26:01 -0400 |
commit | 530b2d7a15cc65ac6e7b4eaf6f49de83a9191b44 (patch) | |
tree | f5272f1fbf90dd3e410b7ee969bd6c71d296862c /CHANGELOG.md | |
parent | 89f1cd6a8f9f58be98b0e527c7cc6876e33f12a4 (diff) | |
download | ansible-530b2d7a15cc65ac6e7b4eaf6f49de83a9191b44.tar.gz |
added ansible_play_hosts to changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b18dfc9c84..ff38cd4392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -249,6 +249,7 @@ Ansible Changes By Release * 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. * 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: * ansible.parsing.vault: |