Skip to content

Commit ad02502

Browse files
authored
Fix role name (#44)
2 parents ad966ea + e5d781a commit ad02502

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

playbooks/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
- name: Setup Git-based versions database
7474
ansible.builtin.include_role:
75-
name: ota/git-database
75+
name: ota/git_database
7676
vars:
7777
ota_git_database_repository: "{{ versions_repository }}"
7878
ota_git_database_directory: "{{ versions_path }}"
@@ -82,7 +82,7 @@
8282

8383
- name: Setup Git-based snapshots database
8484
ansible.builtin.include_role:
85-
name: ota/git-database
85+
name: ota/git_database
8686
vars:
8787
ota_git_database_repository: "{{ snapshots_repository }}"
8888
ota_git_database_directory: "{{ snapshots_path }}"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)