software-infrastructure/roles/ericomeehan.gondwanamc.com/tasks/main.yml
2024-07-12 00:07:31 -04:00

10 lines
314 B
YAML

---
# tasks file for ericomeehan.gondwanamc
- name: Deploy to testing
include_tasks: deploy-testing.yml
when: target_namespace == "testing" or target_namespace == "both"
- name: Deploy to production
include_tasks: deploy-production.yml
when: target_namespace == "production" or target_namespace == "both"