mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
moved the deno installation at the top
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
---
|
||||
- name: Install Deno
|
||||
pacman:
|
||||
name: deno
|
||||
state: latest
|
||||
|
||||
- name: Clone the repository
|
||||
ansible.builtin.git:
|
||||
repo: https://github.com/aminnairi/markdown-table-align
|
||||
dest: /$HOME/Documents/git/github.com/aminnairi/markdown-table-align/
|
||||
register: git_clone_result
|
||||
|
||||
- name: Install Deno
|
||||
pacman:
|
||||
name: deno
|
||||
state: latest
|
||||
|
||||
- name: Compile the binary
|
||||
ansible.builtin.command:
|
||||
chdir: /$HOME/Documents/git/github.com/aminnairi/markdown-table-align/
|
||||
|
||||
Reference in New Issue
Block a user