All checks were successful
Version Bump Galaxy.yml / Version Bump Galaxy.yml (push) Successful in 5s
10 lines
544 B
YAML
10 lines
544 B
YAML
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
# SPDX-FileCopyrightText: 2025 Dosh LLC
|
|
---
|
|
- block:
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/install-deps.yml"
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate-config.yml"
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/ca-bootstrap-host-trust.yml"
|
|
when: STEP_BOOTSTRAP_HOST | bool
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/ca-cert-create.yml"
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/ca-cert-renew.yml"
|