From ba4144544feb5dafe1e73b22b7a0c89a73e73c61 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=1826884 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 cf7de8ab9..5e6072812 100644 --- a/roles/ceph-validate/tasks/check_system.yml +++ b/roles/ceph-validate/tasks/check_system.yml @@ -50,7 +50,7 @@ - name: fail on unregistered red hat rhcs linux fail: msg: "You must register your machine with subscription-manager" - when: subscription.rc != '0' + when: subscription.rc != 0 - name: fail on unsupported distribution for ubuntu cloud archive fail: