This repository has been archived on 2020-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
dokku-ansible-deploy/plays/pre_deploy.yml

13 lines
304 B
YAML
Raw Normal View History

2020-04-13 09:42:33 +00:00
---
- hosts: all
gather_facts: false
tasks:
2020-04-13 12:22:19 +00:00
- name: Include vars tasks
include: ./lib/vars.yml
2020-04-13 11:57:12 +00:00
- name: Include debug tasks
include: ./lib/debug.yml
2020-04-13 12:04:38 +00:00
# - name: Include domain tasks
# include: ./lib/domain.yml
# - name: Include env tasks
# include: ./lib/env.yml