Skip to content

Commit 12b83a7

Browse files
authored
remove minus from group names (#546)
- belongs to surfconext-environments MR 280
1 parent 73e3fa3 commit 12b83a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deploy_containers_playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
- { role: oidcng, tags: ['oidcng'] }
8282

8383
- name: Deploy oidc-playground app
84-
hosts: docker_oidc-playground
84+
hosts: docker_oidc_playground
8585
become: true
8686
roles:
8787
- { role: oidc-playground, tags: ['oidc-playground'] }

test_containers_playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
- oidcngserver
164164

165165
- name: Test oidc-playground containers
166-
hosts: docker_oidc-playground
166+
hosts: docker_oidc_playground
167167
become: true
168168
tasks:
169169
- name: Check playground containers state

0 commit comments

Comments
 (0)