Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
test: fix check system var typo
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaofeng Wang <[email protected]>
  • Loading branch information
henrywang committed May 9, 2024
1 parent ff7ec3c commit 85bc972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/check-system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@
- assert:
that:
- (result_var_mount_point.stdout == var_mount_path_1) or (result_var_mount_point.stdout == var_mount_path_2))
fail_msg: "/var does not mount on {{ var_mount_path }}"
success_msg: "/var mounts on {{ var_mount_path }}"
fail_msg: "/var does not mount on {{ var_mount_path_1 }} or {{ var_mount_path_2 }}"
success_msg: "/var mounts on {{ var_mount_path_1 }} or {{ var_mount_path_2 }}"
always:
- set_fact:
total_counter: "{{ total_counter | int + 1 }}"
Expand Down

0 comments on commit 85bc972

Please sign in to comment.