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:
@@ -55,7 +55,6 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- src: "horizon_local_settings.py.j2"
|
- src: "horizon_local_settings.py.j2"
|
||||||
dest: "/etc/horizon/local_settings.py"
|
dest: "/etc/horizon/local_settings.py"
|
||||||
owner: "root"
|
|
||||||
mode: "0640"
|
mode: "0640"
|
||||||
- src: "horizon-manage.py.j2"
|
- src: "horizon-manage.py.j2"
|
||||||
dest: "{{ horizon_bin }}/horizon-manage.py"
|
dest: "{{ horizon_bin }}/horizon-manage.py"
|
||||||
|
Reference in New Issue
Block a user