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:

View file

@ -11,11 +11,13 @@
ansible.builtin.command:
cmd: opam init
changed_when: false
ignore_errors: true
- name: Creating opam default switch (5.3.0)
ansible.builtin.command:
cmd: opam switch create default 5.3.0
changed_when: false
ignore_errors: true
# update fish path
- name: Get programs list to check fish presence