ansible-collection-nextcloud/roles/keydb/tasks/main.yml

14 lines
250 B
YAML
Raw Normal View History

2023-02-07 20:48:16 +01:00
---
2024-04-14 19:56:19 +02:00
- name: Install KeyDB
ansible.builtin.import_tasks: install.yml
2023-02-07 20:48:16 +01:00
tags:
- "role::keydb"
- "role::keydb:install"
2024-04-14 19:56:19 +02:00
- name: Configure KeyDB
ansible.builtin.import_tasks: config.yml
2023-02-07 20:48:16 +01:00
tags:
- "role::keydb"
- "role::keydb:config"