mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
This reverts commit 4cc7f41395.
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- terraform - fix ``variable`` handling to allow complex values (https://github.com/ansible-collections/community.general/pull/4281).
|
|
||||||
@@ -443,7 +443,7 @@ def main():
|
|||||||
for k, v in variables.items():
|
for k, v in variables.items():
|
||||||
variables_args.extend([
|
variables_args.extend([
|
||||||
'-var',
|
'-var',
|
||||||
'{0}={1}'.format(k, json.dumps(v))
|
'{0}={1}'.format(k, v)
|
||||||
])
|
])
|
||||||
if variables_files:
|
if variables_files:
|
||||||
for f in variables_files:
|
for f in variables_files:
|
||||||
|
|||||||
Reference in New Issue
Block a user