mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
restore play_hosts variables to not show removed
Also adds ansible_play_hosts_all with original list of hosts the play targeted
This commit is contained in:
parent
0b77942bbc
commit
5dd195b52f
4 changed files with 10 additions and 6 deletions
|
@ -96,6 +96,7 @@ class Play(Base, Taggable, Become):
|
|||
super(Play, self).__init__()
|
||||
|
||||
self._included_path = None
|
||||
self._removed_hosts = []
|
||||
self.ROLE_CACHE = {}
|
||||
|
||||
def __repr__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue