ensure-sphinx: use failed_when: false instead of ignore_errors: true
Change-Id: I597bed7ea062b584b4613533b477f5c69404996a
This commit is contained in:
parent
3487b54baf
commit
b1b2dca456
@ -4,7 +4,7 @@
|
|||||||
# so we need to check a command provided by gettext package.
|
# so we need to check a command provided by gettext package.
|
||||||
- name: Check for gettext installed
|
- name: Check for gettext installed
|
||||||
command: bash -c "type msgmerge"
|
command: bash -c "type msgmerge"
|
||||||
ignore_errors: yes
|
failed_when: false
|
||||||
register: gettext_exists
|
register: gettext_exists
|
||||||
|
|
||||||
# TODO(mordred) Make this a list of known binary depends that sphinx needs
|
# TODO(mordred) Make this a list of known binary depends that sphinx needs
|
||||||
|
Loading…
Reference in New Issue
Block a user