diff --git a/ansible/post-deploy.yml b/ansible/post-deploy.yml index 8112d9fd3d..f0bc32c882 100644 --- a/ansible/post-deploy.yml +++ b/ansible/post-deploy.yml @@ -7,5 +7,4 @@ template: src: "roles/common/templates/admin-openrc.sh.j2" dest: "{{ node_config }}/admin-openrc.sh" - mode: 0644 run_once: True diff --git a/releasenotes/notes/bug-1891145-95e3943e8e030962.yaml b/releasenotes/notes/bug-1891145-95e3943e8e030962.yaml deleted file mode 100644 index e9fce1415c..0000000000 --- a/releasenotes/notes/bug-1891145-95e3943e8e030962.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -fixes: - - | - Fixes ``post-deploy`` action with new Ansible releases setting a wrong mode - on the created file. `LP#1891145 `__