Port may be an integer when parsed from the play

parent 30fd37a6
......@@ -77,7 +77,7 @@ class Play(object):
self.gather_facts = ds.get('gather_facts', None)
self.serial = ds.get('serial', 0)
if self.remote_port is not None:
if isinstance(self.remote_port, basestring):
self.remote_port = utils.template(basedir, self.remote_port, self.vars)
self._update_vars_files_for_host(None)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment