Merge "Fix post-deploy mode"

This commit is contained in:
Zuul 2020-08-11 16:49:43 +00:00 committed by Gerrit Code Review
commit b82ee26242
2 changed files with 6 additions and 0 deletions

@ -7,4 +7,5 @@
template:
src: "roles/common/templates/admin-openrc.sh.j2"
dest: "{{ node_config }}/admin-openrc.sh"
mode: 0644
run_once: True

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes ``post-deploy`` action with new Ansible releases setting a wrong mode
on the created file. `LP#1891145 <https://launchpad.net/bugs/1891145>`__