Be able to use --extra-vars to set the hosts variable

This commit is contained in:
Michael DeHaan 2012-05-07 23:37:09 -04:00
parent 8e8cde3a2c
commit 0894206467

View file

@ -493,6 +493,7 @@ class PlayBook(object):
# get configuration information about the pattern
pattern = pg.get('hosts',None)
pattern = utils.template(pattern, self.extra_vars, {})
name = pg.get('name', pattern)
if isinstance(pattern, list):
pattern = ';'.join(pattern)