WIP test indenting ansible var by 6

This commit is contained in:
Jorge Enrique Gómez Gómez 2020-12-16 19:04:29 -05:00
parent 03465bf560
commit 530003c917

View File

@ -26,7 +26,7 @@
path: /root/test path: /root/test
permissions: '0644' permissions: '0644'
content: !!binary | content: !!binary |
{{ test_privkey | string | indent }} {{ test_privkey | indent(6, false) }}
runcmd: runcmd:
- pip3 install ansible - pip3 install ansible
- [ ansible-pull, - [ ansible-pull,