mirror of https://github.com/ceph/ceph-ansible.git
typo: updating type check on rc
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1826884
Signed-off-by: ianwatsonrh <ianwatson@redhat.com>
(cherry picked from commit ccf6a7f153
)
pull/5308/head
parent
47d7819bbe
commit
821d0079b1
|
@ -54,7 +54,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:
|
||||
|
|
Loading…
Reference in New Issue