diff options
Diffstat (limited to 'tasks/main.yml')
-rw-r--r-- | tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/main.yml b/tasks/main.yml index 26abc8d..bd82f93 100644 --- a/tasks/main.yml +++ b/tasks/main.yml | |||
@@ -13,9 +13,9 @@ | |||
13 | register: clustered | 13 | register: clustered |
14 | 14 | ||
15 | - include: rabbitmq_clustering.yml | 15 | - include: rabbitmq_clustering.yml |
16 | when: enable_rabbitmq_clustering and (clustered.stat.exists != True) | 16 | when: rabbitmq_enable_clustering and (clustered.stat.exists != True) |
17 | 17 | ||
18 | - include: rabbitmq_ha_config.yml | 18 | - include: rabbitmq_ha_config.yml |
19 | when: config_rabbitmq_ha and enable_rabbitmq_clustering | 19 | when: rabbitmq_config_ha and rabbitmq_enable_clustering |
20 | 20 | ||
21 | - include: rabbitmq_users.yml | 21 | - include: rabbitmq_users.yml |