Commit f963db6c by Jeroen Hoekx

Fix output of pause plugin.

parent 77162e95
...@@ -48,7 +48,7 @@ class ActionModule(object): ...@@ -48,7 +48,7 @@ class ActionModule(object):
def run(self, conn, tmp, module_name, module_args, inject): def run(self, conn, tmp, module_name, module_args, inject):
''' run the pause actionmodule ''' ''' run the pause actionmodule '''
hosts = ', '.join(map(lambda x: x[1], self.runner.host_set)) hosts = ', '.join(self.runner.host_set)
args = parse_kv(template(self.runner.basedir, module_args, inject)) args = parse_kv(template(self.runner.basedir, module_args, inject))
# Are 'minutes' or 'seconds' keys that exist in 'args'? # Are 'minutes' or 'seconds' keys that exist in 'args'?
......
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