collab: Add foo.sh theme python script
This commit is contained in:
parent
689ba57b72
commit
42353b188c
2 changed files with 36 additions and 0 deletions
|
@ -162,6 +162,8 @@
|
|||
mode: 0660
|
||||
owner: collab
|
||||
group: collab
|
||||
seuser: _default
|
||||
setype: _default
|
||||
force: false
|
||||
remote_src: true
|
||||
with_items:
|
||||
|
@ -208,6 +210,14 @@
|
|||
follow: false
|
||||
|
||||
- name: install foo.sh theme
|
||||
copy:
|
||||
src: foosh.py
|
||||
dest: /usr/lib/python2.7/site-packages/collabbackend/plugin/theme/foosh.py
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
||||
- name: install static files for foo.sh theme
|
||||
synchronize:
|
||||
dest: "/srv/web/{{ inventory_hostname }}/moin_static/"
|
||||
src: foo.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue