mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-04 05:04:22 -07:00
changed fixme to deprecated
This commit is contained in:
parent
6febca4383
commit
36cbd771a4
1 changed files with 3 additions and 3 deletions
|
@ -253,7 +253,7 @@ class VariableManager:
|
||||||
all_vars['inventory_dir'] = self._inventory.basedir()
|
all_vars['inventory_dir'] = self._inventory.basedir()
|
||||||
if play:
|
if play:
|
||||||
# add the list of hosts in the play, as adjusted for limit/filters
|
# add the list of hosts in the play, as adjusted for limit/filters
|
||||||
# FIXME: play_hosts should be deprecated in favor of ansible_play_hosts,
|
# DEPRECATED: play_hosts should be deprecated in favor of ansible_play_hosts,
|
||||||
# however this would take work in the templating engine, so for now
|
# however this would take work in the templating engine, so for now
|
||||||
# we'll add both so we can give users something transitional to use
|
# we'll add both so we can give users something transitional to use
|
||||||
host_list = [x.name for x in self._inventory.get_hosts()]
|
host_list = [x.name for x in self._inventory.get_hosts()]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue