Can Ubuntu replace a string with a custom environment value?
I need to replace a specific string inside a file with the value of an environment variable, but I only get and empty value. Here my code: - template: src: myfile.yml dest: /etc/myfile.yml mode: '0755' - name: Update template env…