ansible-collection-famedly-.../playbooks/test-redis.yml
Sammy c9c9a3a545
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.
2023-09-18 09:11:33 +02:00

8 lines
132 B
YAML

---
- hosts: ["localhost"]
become: true
roles:
- role: "redis"
vars:
redis_secret: "s3cr3t"
redis_prefix: "test_"