Skip to content

Commit

Permalink
update - fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
superstes committed Oct 27, 2021
1 parent 4fdb47c commit b01931b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/update/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _execute(self):
msg='Getting correct script-version',
))

vars_string = [f"--extra-vars '{key}={value}' " for key, value in self.config.items()]
vars_string = ' '.join([f"--extra-vars '{key}={value}'" for key, value in self.config.items()])
path_ansible = f"{self.ansible_repo}/setup"

results.append(self._process(
Expand Down

0 comments on commit b01931b

Please sign in to comment.