mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-05 15:59:09 -07:00
removed import q
This commit is contained in:
parent
96bcf50a94
commit
0784fa1765
1 changed files with 0 additions and 2 deletions
|
@ -324,8 +324,6 @@ class GalaxyCLI(CLI):
|
||||||
f = open(role_file, 'r')
|
f = open(role_file, 'r')
|
||||||
if role_file.endswith('.yaml') or role_file.endswith('.yml'):
|
if role_file.endswith('.yaml') or role_file.endswith('.yml'):
|
||||||
rolesparsed = map(self.parse_requirements_files, yaml.safe_load(f))
|
rolesparsed = map(self.parse_requirements_files, yaml.safe_load(f))
|
||||||
import q
|
|
||||||
q(rolesparsed)
|
|
||||||
roles_left = [GalaxyRole(self.galaxy, **r) for r in rolesparsed]
|
roles_left = [GalaxyRole(self.galaxy, **r) for r in rolesparsed]
|
||||||
else:
|
else:
|
||||||
# roles listed in a file, one per line
|
# roles listed in a file, one per line
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue