17 lines
276 B
YAML
17 lines
276 B
YAML
|
|
- name: Setup environment
|
||
|
|
import_tasks: setup.yml
|
||
|
|
|
||
|
|
# - name: Run common checks
|
||
|
|
# import_tasks: common.yml
|
||
|
|
|
||
|
|
- name: Deploy application
|
||
|
|
import_tasks: deploy.yml
|
||
|
|
|
||
|
|
# - name: Clean up temporary files
|
||
|
|
# import_tasks: cleanup.yml
|
||
|
|
|
||
|
|
- name: Switch
|
||
|
|
import_tasks: switch.yml
|
||
|
|
|
||
|
|
|