ansible multiline private file as variable code example
Example: ansible multiline private file as variable
private_key: {{ myvar | indent( width=4, indentfirst=True) }}
private_key: {{ myvar | indent( width=4, indentfirst=True) }}