mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
Fix output of pause plugin.
This commit is contained in:
@@ -48,7 +48,7 @@ class ActionModule(object):
|
||||
|
||||
def run(self, conn, tmp, module_name, module_args, inject):
|
||||
''' 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))
|
||||
|
||||
# Are 'minutes' or 'seconds' keys that exist in 'args'?
|
||||
|
||||
Reference in New Issue
Block a user