fix(redis): Don't use FQCN for role in playbook

This is neccessary because linting breaks on the GitHub CI environment
when the FQCN is used for a role in the same collection.
This commit is contained in:
Sammy 2023-09-12 11:40:14 +02:00
parent 0eb3432020
commit c9c9a3a545
No known key found for this signature in database
GPG key ID: C99355AC01BC7575

View file

@ -2,7 +2,7 @@
- hosts: ["localhost"]
become: true
roles:
- role: "famedly.base.redis"
- role: "redis"
vars:
redis_secret: "s3cr3t"
redis_prefix: "test_"