Skip to content

Commit

Permalink
Add custom fork (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Netherwhal authored Jan 21, 2024
1 parent 6affd7c commit 71a67ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tasks/forks/custom.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---

- name: Download custom fork
ansible.builtin.get_url:
url: '{{ mcs_fork_url }}'
dest: "{{ mcs_path }}/{{ mcs_fork_url | basename }}"
mode: '0644'
become: true
become_user: '{{ mcs_user }}'

0 comments on commit 71a67ce

Please sign in to comment.