homelab_teamcity/roles/teamcity/tasks/main.yml

9 lines
171 B
YAML
Raw Normal View History

2024-07-11 16:03:33 -05:00
---
- name: Install Postgres
import_tasks: postgres.yml
- name: Install build deps
import_tasks: build_deps.yml
- name: Install TeamCity
import_tasks: teamcity.yml