Add maildev install

This commit is contained in:
tom.chivert
2022-09-16 11:33:42 +02:00
parent 5030aab3bc
commit 6afc7ca9c3
6 changed files with 49 additions and 0 deletions

9
tasks/maildev.yml Normal file
View File

@@ -0,0 +1,9 @@
---
- name: maildev | check vars are defined
assert:
that:
- maildev_domain is defined
tags: ['docker_maildev']
- include_tasks: base.yml
tags: ['docker_maildev']