mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
removed debug, moved limit to runtask instead section
This commit is contained in:
@@ -144,8 +144,6 @@ class PullCLI(CLI):
|
||||
self.display.display("Sleeping for %d seconds..." % self.options.sleep)
|
||||
time.sleep(self.options.sleep);
|
||||
|
||||
import q
|
||||
q(cmd)
|
||||
# RUN the Checkout command
|
||||
rc, out, err = run_cmd(cmd, live=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user