Skip to content

Commit 57dd4bc

Browse files
authored
Merge pull request #920 from sasikeda/fix_sep10
Remove the int condition for callhome customer id check
2 parents eaab646 + c4c4df4 commit 57dd4bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roles/callhome_prepare/tasks/check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
- scale_callhome_params.customer_email is defined
1818
- scale_callhome_params.customer_email| length > 0
1919
- scale_callhome_params.customer_id is defined
20-
- scale_callhome_params.customer_id| int > 0
2120
- scale_callhome_params.customer_country is defined
2221
- scale_callhome_params.customer_country| length > 0
2322
fail_msg: "Callhome customer information is not defined."

0 commit comments

Comments
 (0)