Skip to content

Commit 0af2776

Browse files
committed
Merge branch 'main' into fix/eternally_restarting
2 parents bf1d2ac + ee5a131 commit 0af2776

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/molecule-loadbalancer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
build:
2424
runs-on: ubuntu-20.04
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727

2828
- name: Set up Python 3.8
2929
uses: actions/setup-python@v5

.github/workflows/molecule-mongo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
runs-on: ubuntu-20.04
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
- name: Set up Python 3.8
2323
uses: actions/setup-python@v5

.github/workflows/syntax.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323

2424
- name: Set up Python 3.8
2525
uses: actions/setup-python@v5

roles/invite/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
target: /application.yml
7373
type: bind
7474
- source: /opt/openconext/invite/logback.xml
75-
target: /logback.yml
75+
target: /logback.xml
7676
type: bind
7777
- source: /opt/openconext/invite/private_key_pkcs8.pem
7878
target: /private_key_pkcs8.pem

roles/manage/templates/application.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ server:
2828
features: {{ manage.features }}
2929

3030
feature_toggles:
31-
allow_secret_public_rp: True
31+
allow_secret_public_rp: True
3232

3333
push:
3434
eb:

0 commit comments

Comments
 (0)