Fix conditional

This commit is contained in:
Kevin Fenzi 2016-08-12 19:44:48 +00:00
parent ca88391df3
commit 22f2cb0541

View file

@ -176,7 +176,7 @@ config = dict(
formatters=dict(
bare={
"datefmt": "%Y-%m-%d %H:%M:%S",
{% if inventory_hostname.startswith('bodhi-backend01','bodhi-backend03') %}
{% if ansible_hostname != 'bodhi-backend02' %}
# Here we use a different format just so we can include
# threadName. We set the threadName in the bodhi masher to some
# useful strings that will tell us which branch is doing what.