Skip to content

Commit 48b3a3c

Browse files
committed
Fix invalid roles names
1 parent d3085aa commit 48b3a3c

7 files changed

Lines changed: 4 additions & 4 deletions

File tree

playbooks/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
block:
9393
- name: Load contribution-tool config
9494
ansible.builtin.include_role:
95-
name: ota/contribution-tool
95+
name: ota/contribution_tool
9696
public: true
9797
apply:
9898
tags: [always]
@@ -120,7 +120,7 @@
120120
block:
121121
- name: Load federation-api config
122122
ansible.builtin.include_role:
123-
name: ota/federation-api
123+
name: ota/federation_api
124124
public: true
125125
apply:
126126
tags: [always]
@@ -208,7 +208,7 @@
208208
block:
209209
- name: Setup contribution-tool
210210
ansible.builtin.include_role:
211-
name: ota/contribution-tool
211+
name: ota/contribution_tool
212212
public: true
213213

214214
# Federation-api: application deployment
@@ -217,7 +217,7 @@
217217
block:
218218
- name: Setup federation-api
219219
ansible.builtin.include_role:
220-
name: ota/federation-api
220+
name: ota/federation_api
221221
public: true
222222

223223
# Process management & web server (common)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)