25 lines
653 B
YAML
25 lines
653 B
YAML
---
|
|
- name: Include OS-specific Docker installation
|
|
ansible.builtin.include_tasks: docker.yml
|
|
|
|
- name: Include act_runner download
|
|
ansible.builtin.include_tasks: download_act_runner.yml
|
|
|
|
- name: Include validation
|
|
ansible.builtin.include_tasks: validate.yml
|
|
|
|
- name: Include config creation
|
|
ansible.builtin.include_tasks: config.yml
|
|
|
|
- name: Include registration
|
|
ansible.builtin.include_tasks: register.yml
|
|
|
|
- name: Include service setup
|
|
ansible.builtin.include_tasks: service.yml
|
|
|
|
- name: Include prune setup
|
|
ansible.builtin.include_tasks: prune.yml
|
|
|
|
- name: Include integration test
|
|
ansible.builtin.include_tasks: integration_test.yml
|