]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
typo: updating type check on rc v4.0.21
authorianwatsonrh <ianwatson@redhat.com>
Tue, 21 Apr 2020 13:14:46 +0000 (14:14 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 23 Apr 2020 15:04:17 +0000 (17:04 +0200)
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1826884
Signed-off-by: ianwatsonrh <ianwatson@redhat.com>
(cherry picked from commit ccf6a7f153c7a36a700b914db956058f2408304b)

roles/ceph-validate/tasks/check_system.yml

index cf7de8ab9b9b69959b53fbec16259c29a1dc9b35..5e60728124d07ca5538bcd3e35f4dee21b0a97e9 100644 (file)
@@ -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: