Merge "ensure-sphinx: use failed_when: false instead of ignore_errors: true"

This commit is contained in:
Zuul 2020-05-01 17:01:37 +00:00 committed by Gerrit Code Review
commit 8d31612e2a

View File

@ -4,7 +4,7 @@
# so we need to check a command provided by gettext package.
- name: Check for gettext installed
command: bash -c "type msgmerge"
ignore_errors: yes
failed_when: false
register: gettext_exists
# TODO(mordred) Make this a list of known binary depends that sphinx needs