mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 06:24:17 +00:00
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:
parent
0eb3432020
commit
c9c9a3a545
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
- hosts: ["localhost"]
|
||||
become: true
|
||||
roles:
|
||||
- role: "famedly.base.redis"
|
||||
- role: "redis"
|
||||
vars:
|
||||
redis_secret: "s3cr3t"
|
||||
redis_prefix: "test_"
|
||||
|
|
Loading…
Reference in a new issue