Version my changes to default mercurial config
This commit is contained in:
parent
650ef58aea
commit
933f30dbf4
1 changed files with 19 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
when: "item not in installed_packages.stdout_lines"
|
when: "item not in installed_packages.stdout_lines"
|
||||||
loop:
|
loop:
|
||||||
- 'heroku-cli'
|
- 'heroku-cli'
|
||||||
|
- 'mercurial'
|
||||||
- 'ngrok'
|
- 'ngrok'
|
||||||
- 'python-aws-mfa'
|
- 'python-aws-mfa'
|
||||||
- 'redis'
|
- 'redis'
|
||||||
|
@ -35,3 +36,21 @@
|
||||||
owner: "{{ user }}"
|
owner: "{{ user }}"
|
||||||
state: link
|
state: link
|
||||||
force: true
|
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
|
||||||
|
|
Loading…
Reference in a new issue