Skip to content

Commit

Permalink
fix typo in var name
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Sep 6, 2017
1 parent 52c2be6 commit ad40a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/rabbitmq/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Make sure rabbitmq user options are specified correctly
assert:
that: (rabbitmq_keep_guest_user and 'guest' not in rabbitmq_users_absent) or rabbitmq_users|length > 0
that: (rabbitmq_keep_guest_user and 'guest' not in rabbitmq_absent_users) or rabbitmq_users|length > 0
msg: "If the guest user is deleted, at least one other user needs to be added."
tags: rabbitmq

Expand Down

0 comments on commit ad40a72

Please sign in to comment.