Remove mercurial
This commit is contained in:
parent
8cb6533671
commit
aeac297d80
2 changed files with 0 additions and 18 deletions
|
@ -5,7 +5,6 @@
|
||||||
become_user: aur_builder
|
become_user: aur_builder
|
||||||
loop:
|
loop:
|
||||||
- heroku-cli
|
- heroku-cli
|
||||||
- mercurial
|
|
||||||
- ngrok
|
- ngrok
|
||||||
- python-aws-mfa
|
- python-aws-mfa
|
||||||
|
|
||||||
|
@ -26,22 +25,6 @@
|
||||||
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
|
|
||||||
|
|
||||||
- name: Install Crab service
|
- name: Install Crab service
|
||||||
template:
|
template:
|
||||||
src: ./files/crab.service
|
src: ./files/crab.service
|
||||||
|
|
|
@ -67,7 +67,6 @@
|
||||||
- ms-vscode.cpptools
|
- ms-vscode.cpptools
|
||||||
- ms-vscode-remote.remote-containers
|
- ms-vscode-remote.remote-containers
|
||||||
- ms-azuretools.vscode-docker
|
- ms-azuretools.vscode-docker
|
||||||
- mrcrowl.hg
|
|
||||||
- yzhang.markdown-all-in-one
|
- yzhang.markdown-all-in-one
|
||||||
- jock.svg
|
- jock.svg
|
||||||
- naumovs.color-highlight
|
- naumovs.color-highlight
|
||||||
|
|
Loading…
Reference in a new issue