VictorMorenoJimenez / tfg2020

Final Degree Project ETSIIT Granada
GNU General Public License v3.0
2 stars 0 forks source link

Check inline vars like /etc/foo/"{{ user }}" #28

Closed VictorMorenoJimenez closed 4 years ago

VictorMorenoJimenez commented 4 years ago

This is not working properly on some scenarios. Replace from:

name: /etc/foo/"{{ user }}" to name: "/etc/foo/{{ user }}"

JJ commented 4 years ago

If it's not working, it's a bug. And to consider it fixed, there should be a test for those specific scenarios.

VictorMorenoJimenez commented 4 years ago

Changed all ocurrencies on playbooks.