ansible-role-hugo-deploy/tasks/main.yml
2022-04-20 17:14:35 +02:00

12 lines
222 B
YAML

---
# tasks file for ansible-role-hugo-deploy
- name: Verify dependecies
import_tasks: dependecies.yml
- name: Import the website
import_tasks: import-website.yml
- name: Build the website
import_tasks: build.yml