mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 06:24:17 +00:00
c9c9a3a545
This is neccessary because linting breaks on the GitHub CI environment when the FQCN is used for a role in the same collection.
8 lines
132 B
YAML
8 lines
132 B
YAML
---
|
|
- hosts: ["localhost"]
|
|
become: true
|
|
roles:
|
|
- role: "redis"
|
|
vars:
|
|
redis_secret: "s3cr3t"
|
|
redis_prefix: "test_"
|