Comment 8 for bug 1891145

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

Reviewed: https://review.opendev.org/745648
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=87efdce24bc802777d4da58f9f63c8d0838e7120
Submitter: Zuul
Branch: master

commit 87efdce24bc802777d4da58f9f63c8d0838e7120
Author: Radosław Piliszek <email address hidden>
Date: Tue Aug 11 12:12:10 2020 +0200

    Fix post-deploy mode

    Ansible changed the default mode for files, even in stable
    releases. [1]

    This change restores the previous default (with the common
    umask).

    [1] https://github.com/ansible/ansible/pull/70221

    Change-Id: I0f81214b4f95fe8a378844745ebc77f3c43027ab
    Closes-Bug: #1891145