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
ianwatsonrh 2020-04-21 14:14:46 +01:00 committed by Guillaume Abrioux
parent 7e800303e9
commit ccf6a7f153
1 changed files with 1 additions and 1 deletions

View File

@ -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: