Ensure post-install is idempotent

At the moment creating link is resetting permission for the original
file, which always trigger web-server restart on role run.

Change-Id: Iabda03cb31f184a61eb1ce3af2e4d46dc99aefb1
This commit is contained in:
Dmitriy Rabotyagov
2025-04-18 21:00:51 +02:00
parent d51fdc3039
commit 7d5d4f2d08

View File

@@ -55,7 +55,6 @@
with_items:
- src: "horizon_local_settings.py.j2"
dest: "/etc/horizon/local_settings.py"
owner: "root"
mode: "0640"
- src: "horizon-manage.py.j2"
dest: "{{ horizon_bin }}/horizon-manage.py"