Comment 2 for bug 1801162

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

Reviewed: https://review.openstack.org/614876
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=279543d7c9d1647b0c5d9281da70d279da13ea66
Submitter: Zuul
Branch: master

commit 279543d7c9d1647b0c5d9281da70d279da13ea66
Author: Alex Schultz <email address hidden>
Date: Thu Nov 1 15:42:11 2018 -0600

    Use pyyaml to output group vars

    Because the ansible group vars can be more complex structures than
    strings and ints, we should use yaml to output the groupvars files. This
    will allow list or dict values to be correctly represented in the
    ansible vars files.

    Change-Id: I79b3e6a5e7acb5f95d65034a2908a005d9a343db
    Closes-Bug: #1801162