Anton Shestakov <av6@dwimlabs.net>, Sat, 22 Oct 2016 21:35:39 +0800
tasks: don't install .hgrc with hostfingerprints
Recent Mercurial/Python versions are a lot better with certificates and HTTPS.
--- a/roles/hgweb/files/.hgrc Sat Oct 22 21:35:09 2016 +0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
-selenic.com = c0:d1:1d:3b:07:5f:9d:8d:4e:6d:84:a4:25:ad:cf:5a:1d:e3:4f:d5
-www.mercurial-scm.org = 8f:9e:69:15:f8:82:77:04:14:6d:72:e2:d4:ac:44:c7:1e:d1:04:f2
--- a/roles/hgweb/tasks/appinstall.yml Sat Oct 22 21:35:09 2016 +0800
+++ b/roles/hgweb/tasks/appinstall.yml Sat Oct 22 21:35:39 2016 +0800
- dest: /home/{{ hgweb_user }}/.hgrc
- name: Pull Mercurial {{ hgweb_mercurial_rev }}
repo: '{{ hgweb_mercurial_url }}'