Skip to content

Commit

Permalink
tasks/validate.yml - fix validation for manageiq_refresh_worker_memor…
Browse files Browse the repository at this point in the history
…y_threshold
  • Loading branch information
itewk committed Feb 9, 2018
1 parent ab05ce7 commit 2697b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
- name: ManageIQ Workers | Validate variables | Refresh | Memory Threshold
assert:
that:
- "manageiq_refresh_worker in manageiq_valid_memory_threshold_2"
msg: "manageiq_refresh_worker ({{ manageiq_refresh_worker }}) must be in {{ manageiq_valid_memory_threshold_2 }}"
- "manageiq_refresh_worker_memory_threshold in manageiq_valid_memory_threshold_2"
msg: "manageiq_refresh_worker_memory_threshold ({{ manageiq_refresh_worker_memory_threshold }}) must be in {{ manageiq_valid_memory_threshold_2 }}"

- name: ManageIQ Workers | Validate variables | Connection Broker | Memory Threshold
assert:
Expand Down

0 comments on commit 2697b11

Please sign in to comment.