blob: 32bc05ddd28f5941fefe0b365b139b1337d75bc9 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements; and to You under the Apache License, Version 2.0.
---
# This role will install redis in group 'redis' in the environment inventory
# In deploy mode it will deploy redis.
# In clean mode it will remove the redis containers.
- import_tasks: deploy.yml
when: mode == "deploy"
- import_tasks: clean.yml
when: mode == "clean"