Skip to content

Commit

Permalink
Use ocurrent versions of obuilder and ocluster.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Sep 13, 2023
1 parent df5060b commit f6f5b19
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions roles/ocluster/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,17 @@

- name: Download the source from GitHub
git:
repo: https://github.com/mtelvers/ocluster.git
repo: https://github.com/ocurrent/ocluster.git
dest: "{{ ansible_env.HOME }}/ocluster"
force: yes
recursive: no
version: freebsd


- name: Download the source from GitHub
git:
repo: https://github.com/mtelvers/obuilder.git
repo: https://github.com/ocurrent/obuilder.git
dest: "{{ ansible_env.HOME }}/ocluster/obuilder"
force: yes
recursive: no
version: freebsd

- name: Create opam switch
shell: opam switch create . 4.14.1 --deps-only --with-test -y
Expand Down

0 comments on commit f6f5b19

Please sign in to comment.