mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Fixes from pyflakes
This commit is contained in:
@@ -25,7 +25,6 @@ from optparse import OptionParser
|
||||
import ansible.playbook
|
||||
import ansible.constants as C
|
||||
from ansible import errors
|
||||
from ansible import utils
|
||||
from ansible import callbacks
|
||||
|
||||
def main(args):
|
||||
@@ -82,7 +81,7 @@ def main(args):
|
||||
)
|
||||
try:
|
||||
|
||||
results = pb.run()
|
||||
pb.run()
|
||||
hosts = sorted(pb.stats.processed.keys())
|
||||
print "\n\nPLAY RECAP **********************\n\n"
|
||||
for h in hosts:
|
||||
|
||||
Reference in New Issue
Block a user