1
0
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:
2021-04-27 16:27:37 -04:00
parent 18c36e44d5
commit 6434be51ef
3 changed files with 0 additions and 12 deletions

View File

@@ -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'