9 lines
326 B
YAML

---
- name: Ensure required variables are populated (correctly)
ansible.builtin.include_tasks:
file: "check.yml"
- name: Ensure jenkins-agent '{{ jenkins_agent_name }}' is deployed using {{ jenkins_agent_deployment_method }}
ansible.builtin.include_tasks:
file: "deploy-{{ jenkins_agent_deployment_method }}.yml"