equal
deleted
inserted
replaced
8 become: yes |
8 become: yes |
9 apt: name="{{item}}" |
9 apt: name="{{item}}" |
10 loop: |
10 loop: |
11 - "uwsgi" |
11 - "uwsgi" |
12 - "uwsgi-plugin-python3" |
12 - "uwsgi-plugin-python3" |
|
13 - "python3-pygments" |
13 notify: restart uwsgi |
14 notify: restart uwsgi |
14 |
15 |
15 - name: configure hgweb |
16 - name: configure hgweb |
16 become: yes |
17 become: yes |
17 template: src="{{item}}.j2" dest="{{mercurial_uwsgi_root}}/{{item}}" |
18 template: src="{{item}}.j2" dest="{{mercurial_uwsgi_root}}/{{item}}" |