SUSE / rookcheck

Apache License 2.0
4 stars 11 forks source link

Fix passing ANSIBLE_EXTRA_VARS #218

Closed brunoleon closed 3 years ago

brunoleon commented 3 years ago

This PR fixes a concatenation issue ending up in having --extra-vars to be empty. Looks like the += syntax with "f" strings needs an explicit multiline indication to concatenate properly.