mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-11-09 22:40:36 +00:00
Remove custom background image
This commit is contained in:
parent
18c36e44d5
commit
6434be51ef
@ -1,4 +1,3 @@
|
|||||||
easyredmine_login_bg_img: login-bg-58894778db89f0c55f5aa371eff62b7475325258f4308e9c286f988a37e0e44b.jpg
|
|
||||||
redmine_mail_alias: redmine@localhost
|
redmine_mail_alias: redmine@localhost
|
||||||
redmine_owner: vagrant
|
redmine_owner: vagrant
|
||||||
redmine_uid: ''
|
redmine_uid: ''
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 57 KiB |
@ -96,17 +96,6 @@
|
|||||||
when: do_redmine_installer == True
|
when: do_redmine_installer == True
|
||||||
become: yes
|
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
|
- name: create maintenance dir
|
||||||
file:
|
file:
|
||||||
path: '/usr/share/nginx/html/easyredmine'
|
path: '/usr/share/nginx/html/easyredmine'
|
||||||
|
Loading…
Reference in New Issue
Block a user