Comment 2 for bug 1862031

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

Reviewed: https://review.opendev.org/706041
Committed: https://git.openstack.org/cgit/openstack/tripleo-ansible/commit/?id=b5fc16aea638489e414f247287049ef6af43dcae
Submitter: Zuul
Branch: master

commit b5fc16aea638489e414f247287049ef6af43dcae
Author: John Fulton <email address hidden>
Date: Wed Feb 5 11:50:15 2020 -0500

    Pass only variables starting with ANSIBLE

    When config-download runs ceph-ansible it does so by calling
    Ansible from within Ansible. We all ANSIBLE_* environment
    variables to the nested Ansible execution. However there was
    a bug where any variable containing ANSILBE was included, not
    just those starting with ANSIBLE. This fix ensures we filter
    out only variables starting with ANSIBLE.

    Change-Id: I9f3e18dcf520ee7ac6370a49d0ae003a192d9bd3
    Closes-Bug: 1862031