mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 23:51:01 +08:00
11 lines
345 B
YAML
11 lines
345 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-postgres-operator-config.yml
|
|
- include_tasks: create-oadp-dataprotectionapplication-config.yml
|
|
#- include_tasks: deploy-valkey.yml
|
|
- include_tasks: call-helm.yml
|