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

pull/603/head
Michael DeHaan 13 years ago
parent 8e8cde3a2c
commit 0894206467

@ -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)

Loading…
Cancel
Save