added tasks for creating theme properties
This commit is contained in:
parent
bb97251028
commit
4735cfde6b
|
@ -20,25 +20,25 @@
|
|||
- name: Create properties for account
|
||||
delegate_to: localhost
|
||||
template:
|
||||
source: "account/theme.properties.j2"
|
||||
src: "account/theme.properties.j2"
|
||||
dest: "{{ tmpdir }}/src/themes/{{ theme }}/account/theme.properties"
|
||||
|
||||
- name: Create properties for admin
|
||||
delegate_to: localhost
|
||||
template:
|
||||
source: "admin/theme.properties.j2"
|
||||
src: "admin/theme.properties.j2"
|
||||
dest: "{{ tmpdir }}/src/themes/{{ theme }}/admin/theme.properties"
|
||||
|
||||
- name: Create properties for email
|
||||
delegate_to: localhost
|
||||
template:
|
||||
source: "email/theme.properties.j2"
|
||||
src: "email/theme.properties.j2"
|
||||
dest: "{{ tmpdir }}/src/themes/{{ theme }}/email/theme.properties"
|
||||
|
||||
- name: Create properties for login
|
||||
delegate_to: localhost
|
||||
template:
|
||||
source: "login/theme.properties.j2"
|
||||
src: "login/theme.properties.j2"
|
||||
dest: "{{ tmpdir }}/src/themes/{{ theme }}/login/theme.properties"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue