Write a Variable to a File - Ansible module copy vs template
How to write a variable to file with Ansible? From a simple value or the result of complex command execution on the target node often we have the need to write the result to a file.
Continue reading