Closed VictorMorenoJimenez closed 4 years ago
This is not working properly on some scenarios. Replace from:
name: /etc/foo/"{{ user }}" to name: "/etc/foo/{{ user }}"
If it's not working, it's a bug. And to consider it fixed, there should be a test for those specific scenarios.
Changed all ocurrencies on playbooks.
This is not working properly on some scenarios. Replace from:
name: /etc/foo/"{{ user }}" to name: "/etc/foo/{{ user }}"