Skip to content

Instantly share code, notes, and snippets.

@theaboutbox
theaboutbox / test.yml
Created March 2, 2018 18:42
Ansible multi-line string
- name: Test multi-line string
hosts: localhost
connection: local
gather_facts: false
vars:
hello: world
tasks:
- name: Multi-line string with quotes and interpolation into shell command
shell: |
echo "Hello