@ -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)
@ -1,3 +1,4 @@
{% raw %}
---
- name: Create
hosts: localhost
@ -90,3 +91,4 @@
- name: Wait for VM to settle down
pause:
seconds: 30
{% endraw %}
- name: Destroy
@ -55,3 +56,4 @@
content: "{{ instance_conf | molecule_to_yaml | molecule_header }}"
dest: "{{ molecule_instance_config }}"
when: server.changed | bool