Merge "tasks: horizon_post_install: Add 'force' parameter when creating symlink"

This commit is contained in:
Zuul 2018-07-25 11:04:23 +00:00 committed by Gerrit Code Review
commit 73b74637f5

View File

@ -56,6 +56,7 @@
owner: "{{ horizon_system_user_name }}"
group: "{{ horizon_system_group_name }}"
state: "link"
force: yes
with_items:
- { src: "/etc/horizon/local_settings.py", dest: "{{ horizon_lib_dir }}/openstack_dashboard/local/local_settings.py" }