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 authored Sep 13, 2023
1 parent df5060b commit 6d2a277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/ocluster/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@

- 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
Expand Down

0 comments on commit 6d2a277

Please sign in to comment.