Skip to content
Snippets Groups Projects
Unverified Commit 61d1e4c0 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Add task to build archlinux-common-style

parent 6b42f2d5
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@
- python-requests
- python-xtarfile
- uwsgi-plugin-python
- make
- sassc
- name: make archmanweb user
user: name=archmanweb shell=/bin/false home="{{ archmanweb_dir }}"
......@@ -43,6 +45,14 @@
become_user: archmanweb
register: release
- name: build archlinux-common-style
command:
cmd: make SASS=sassc
chdir: "{{ archmanweb_dir }}/repo/archlinux-common-style"
become: true
become_user: archmanweb
when: release.changed or archmanweb_forced_deploy
- name: configure archmanweb
template: src=local_settings.py.j2 dest={{ archmanweb_dir }}/repo/local_settings.py owner=archmanweb group=archmanweb mode=0660
register: config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment