diff --git a/tasks/cluster.yml b/tasks/cluster.yml index 1deee2a..4f56b63 100644 --- a/tasks/cluster.yml +++ b/tasks/cluster.yml @@ -1,4 +1,5 @@ --- + - name: Set redis cluster command set_fact: redis_cluster_command: >- diff --git a/tasks/configure.yml b/tasks/configure.yml index ec12411..4979391 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -1,4 +1,5 @@ --- + - name: "Set redis service" template: src: redis.service.j2