--- # 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