Fix uptime example in examples/scripts
parent
cb18b3eb26
commit
9fa014f76d
|
@ -8,7 +8,7 @@ import sys
|
|||
# construct the ansible runner and execute on all hosts
|
||||
results = ansible.runner.Runner(
|
||||
pattern='*', forks=10,
|
||||
module_name='command', module_args=['/usr/bin/uptime'],
|
||||
module_name='command', module_args='/usr/bin/uptime',
|
||||
).run()
|
||||
|
||||
if results is None:
|
||||
|
|
Loading…
Reference in New Issue