mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 00:34:04 +08:00
11 lines
319 B
YAML
11 lines
319 B
YAML
---
|
|
- name: Ensures /root/ocp4/openshift-apps/forgejo/ dir exists
|
|
ansible.builtin.file:
|
|
path: "/root/ocp4/openshift-apps/forgejo/"
|
|
state: directory
|
|
|
|
- include_tasks: create-forgejo-pvc.yml
|
|
- include_tasks: create-postgres-operator-config.yml
|
|
#- include_tasks: deploy-valkey.yml
|
|
- include_tasks: call-helm.yml
|