From 2666c54b3a2e72f221d555d067370198d0852d92 Mon Sep 17 00:00:00 2001 From: ianwatsonrh Date: Tue, 21 Apr 2020 14:14:46 +0100 Subject: [PATCH] typo: updating type check on rc Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1827271 Signed-off-by: ianwatsonrh (cherry picked from commit ccf6a7f153c7a36a700b914db956058f2408304b) --- roles/ceph-validate/tasks/check_system.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph-validate/tasks/check_system.yml b/roles/ceph-validate/tasks/check_system.yml index d5380e497..e68d00538 100644 --- a/roles/ceph-validate/tasks/check_system.yml +++ b/roles/ceph-validate/tasks/check_system.yml @@ -43,7 +43,7 @@ - ansible_distribution == 'RedHat' - ceph_repository == 'rhcs' - ceph_repository_type == 'cdn' - - subscription.rc != '0' + - subscription.rc != 0 - name: fail on unsupported distribution for ubuntu cloud archive fail: -- 2.47.3