opam: ignore errors

This commit is contained in:
ProgramSnail 2025-10-14 18:59:46 +03:00
parent 1b1c3d13c1
commit d3e5061f02
2 changed files with 4 additions and 0 deletions

View file

@ -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: