mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-10 21:47:17 +00:00
opam: ignore errors
This commit is contained in:
parent
1b1c3d13c1
commit
d3e5061f02
2 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
environment:
|
||||
OPAMSWITCH: default
|
||||
changed_when: false
|
||||
ignore_errors: true
|
||||
|
||||
- name: "Installing coq lsp: lsp install"
|
||||
ansible.builtin.command:
|
||||
|
|
@ -18,6 +19,7 @@
|
|||
environment:
|
||||
OPAMSWITCH: default
|
||||
changed_when: false
|
||||
ignore_errors: true
|
||||
|
||||
- name: Downloading vscode coq lsp extension
|
||||
ansible.builtin.get_url:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue