mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-08 20:55:07 +00:00
opam: ignore errors
This commit is contained in:
parent
1b1c3d13c1
commit
d3e5061f02
2 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue