Version my changes to default mercurial config

This commit is contained in:
Jake Howard 2019-12-16 17:15:21 +00:00
parent 650ef58aea
commit 933f30dbf4
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 19 additions and 0 deletions

View File

@ -7,6 +7,7 @@
when: "item not in installed_packages.stdout_lines"
loop:
- 'heroku-cli'
- 'mercurial'
- 'ngrok'
- 'python-aws-mfa'
- 'redis'
@ -35,3 +36,21 @@
owner: "{{ user }}"
state: link
force: true
- name: Enable strip mercurial extension
ini_file:
path: "{{ home }}/.hgrc"
section: "extensions"
option: strip
value: ""
mode: 0644
- name: Enable strip mercurial extension
ini_file:
path: "{{ home }}/.hgrc"
section: "ui"
option: ignore
value: '{{ home }}/.config/.gitignore'
mode: 0644