mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
PEP 8 E111 & E114 cleanup. (#20838)
This commit is contained in:
@@ -301,7 +301,7 @@ class VariableManager:
|
||||
# the with_first_found mechanism.
|
||||
vars_file_list = vars_file_item
|
||||
if not isinstance(vars_file_list, list):
|
||||
vars_file_list = [ vars_file_list ]
|
||||
vars_file_list = [ vars_file_list ]
|
||||
|
||||
# now we iterate through the (potential) files, and break out
|
||||
# as soon as we read one from the list. If none are found, we
|
||||
|
||||
Reference in New Issue
Block a user