110:d5cc65e4d0b7
Anton Shestakov <av6@dwimlabs.net>, Thu, 21 Jul 2016 17:21:01 +0800
provision: don't pin certs, rely on Mercurial being configured correctly Bitbucket already has a trusted, valid certificate. If extra security is needed, it shouldn't be done in user's .hgrc anyway. And since repo is a variable now, it could be on a host that's not in [hostfingerprints].

next change 111:c04f966d0a5e
previous change 66:4f361ef1d737

provision/roles/supervisor/handlers/main.yml

Permissions: -rw-r--r--

Other formats: Feeds:
---
- name: reload supervisor
shell: supervisorctl reread && supervisorctl update
...