mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2025-09-08 21:49:29 +00:00
Remove custom background image
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 57 KiB |
@@ -96,17 +96,6 @@
|
||||
when: do_redmine_installer == True
|
||||
become: yes
|
||||
|
||||
- name: install custom login background image
|
||||
copy:
|
||||
dest: '{{ item }}'
|
||||
src: '{{ easyredmine_login_bg_img }}'
|
||||
owner: '{{ redmine_owner }}'
|
||||
with_items:
|
||||
- '{{ redmine_root_dir }}/public/plugin_assets/easy_extensions/images/login-bg.jpg'
|
||||
- '{{ redmine_root_dir }}/public/assets/{{ easyredmine_login_bg_img }}'
|
||||
when: do_redmine_installer == True
|
||||
become: yes
|
||||
|
||||
- name: create maintenance dir
|
||||
file:
|
||||
path: '/usr/share/nginx/html/easyredmine'
|
||||
|
Reference in New Issue
Block a user