From: ianwatsonrh Date: Tue, 21 Apr 2020 13:14:46 +0000 (+0100) Subject: typo: updating type check on rc X-Git-Tag: v3.2.42 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2666c54b3a2e72f221d555d067370198d0852d92;p=ceph-ansible.git 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) --- 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: