postfix/tasks/main.yml

10 lines
155 B
YAML
Raw Normal View History

2024-12-06 11:04:10 +01:00
---
- name: requirements
include_tasks: requirements.yml
- name: install
include_tasks: install.yml
- name: configure
include_tasks: configure.yml