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>pull/5307/head
parent
7e800303e9
commit
ccf6a7f153
|
@ -54,7 +54,7 @@
|
||||||
- name: fail on unregistered red hat rhcs linux
|
- name: fail on unregistered red hat rhcs linux
|
||||||
fail:
|
fail:
|
||||||
msg: "You must register your machine with subscription-manager"
|
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
|
- name: fail on unsupported distribution for ubuntu cloud archive
|
||||||
fail:
|
fail:
|
||||||
|
|
Loading…
Reference in New Issue