mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
removed debug, moved limit to runtask instead section
This commit is contained in:
parent
fdeca37257
commit
845d564d89
2 changed files with 2 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue