Comment 2 for bug 1800148

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/613793
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=b201df7257f700edab56e13d2d85e503624e634a
Submitter: Zuul
Branch: master

commit b201df7257f700edab56e13d2d85e503624e634a
Author: John Fulton <email address hidden>
Date: Sun Oct 28 11:06:20 2018 -0400

    Add additional whitespace around "ansible_connection: local"

    The jinja2 condition to look for "ansible_connection: local"
    did not contain enough whitespace and resulted in an invalid
    Ansible inventory. This patch adds the missing whitespace by
    indenting the condition.

    Change-Id: Ia114edafe6f1b37d6e6d47af146ab35adeb79efd
    Closes-Bug: #1800148