summaryrefslogtreecommitdiff
path: root/roles/sublab_web/tasks/as_webuser.yaml
blob: 44c209af78baea160d6b1d4d566d45916ba9aec3 (plain)
1
2
3
4
5
6
7
---
- name: Clone sublab website
  git:
    dest="/var/www/{{sublab_web_server_name}}/htdocs"
    repo=git://git.sublab.org/website
    accept_hostkey=yes
  notify: Rebuild subweb website