mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Small style fixes for indentation and spacing.
This commit is contained in:
parent
e36a52f06c
commit
767282df2a
2 changed files with 4 additions and 4 deletions
|
@ -123,7 +123,7 @@ class PlayBook(object):
|
|||
# translate a list of vars into a dict
|
||||
if type(vars) == list:
|
||||
varlist = vars
|
||||
vars = {}
|
||||
vars = {}
|
||||
for item in varlist:
|
||||
k, v = item.items()[0]
|
||||
vars[k] = v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue