forked from infra/ansible
forgejo: reenable oauth-proxy patch
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
e5db9f4036
commit
c9d9ff084f
1 changed files with 3 additions and 3 deletions
|
|
@ -68,9 +68,9 @@
|
|||
- name: Deploy Forgejo via Helm
|
||||
ansible.builtin.include_tasks: call-helm.yaml
|
||||
|
||||
#- name: Point forgejo-http Service at oauth-proxy sidecar (staging)
|
||||
# ansible.builtin.include_tasks: patch-forgejo-http-service-oauth-proxy.yaml
|
||||
# when: env == "staging"
|
||||
- name: Point forgejo-http Service at oauth-proxy sidecar (staging)
|
||||
ansible.builtin.include_tasks: patch-forgejo-http-service-oauth-proxy.yaml
|
||||
when: env == "staging"
|
||||
|
||||
- name: Load forgejo runners
|
||||
ansible.builtin.include_tasks: load-forgejo-runners.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue