add raw blocks to molecule files

This commit is contained in:
Robert Kaussow 2020-10-03 13:25:50 +02:00
parent b3d6638395
commit dc1ffaa019
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,3 @@ Usage: `cookiecutter https://gitea.rknet.org/xoxys/cookiecutter-ansible-role`
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Maintainers and Contributors
[Robert Kaussow](https://gitea.rknet.org/xoxys)

View File

@ -1,3 +1,4 @@
{% raw %}
---
- name: Create
hosts: localhost
@ -90,3 +91,4 @@
- name: Wait for VM to settle down
pause:
seconds: 30
{% endraw %}

View File

@ -1,3 +1,4 @@
{% raw %}
---
- name: Destroy
hosts: localhost
@ -55,3 +56,4 @@
content: "{{ instance_conf | molecule_to_yaml | molecule_header }}"
dest: "{{ molecule_instance_config }}"
when: server.changed | bool
{% endraw %}