mercurial/web/tasks/main.yaml
changeset 227 2e0366f2dcbe
parent 195 da34c8d7511d
equal deleted inserted replaced
226:ce33bf94045f 227:2e0366f2dcbe
     7     - "mercurial"
     7     - "mercurial"
     8     - "uwsgi"
     8     - "uwsgi"
     9     - "uwsgi-plugin-python3"
     9     - "uwsgi-plugin-python3"
    10     - "python3-pygments"
    10     - "python3-pygments"
    11   notify: restart uwsgi
    11   notify: restart uwsgi
       
    12 
       
    13 - name: make hgweb dir
       
    14   become: yes
       
    15   file:
       
    16     path: "{{mercurial_uwsgi_root}}"
       
    17     state: "directory"
    12 
    18 
    13 - name: configure hgweb
    19 - name: configure hgweb
    14   become: yes
    20   become: yes
    15   template: src="{{item}}.j2" dest="{{mercurial_uwsgi_root}}/{{item}}"
    21   template: src="{{item}}.j2" dest="{{mercurial_uwsgi_root}}/{{item}}"
    16   loop:
    22   loop: