meta: use full names of Ansible roles

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-03-15 14:14:09 +01:00
parent f7e9ad90f6
commit 69c9e368ba
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ galaxy_info:
versions:
- all
dependencies:
- name: systemd-timer
- name: infra-role-systemd-timer
src: git+git@github.com:status-im/infra-role-systemd-timer.git
scm: git
galaxy_tags:

View File

@ -1,6 +1,6 @@
---
- name: Create certbot renewal timer
include_role: name=systemd-timer
include_role: name=infra-role-systemd-timer
vars:
systemd_timer_description: 'LetsEncrypt certificate renewal via certbot.'
systemd_timer_name: 'certbot-renew'