mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
replaced run by cmd in order to properly run the command
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
- name: Compile the binary
|
||||
ansible.builtin.command:
|
||||
chdir: /$HOME/Documents/git/github.com/aminnairi/markdown-table-align
|
||||
run: deno compile index.ts
|
||||
cmd: deno compile index.ts
|
||||
when: git_clone_result.changed
|
||||
|
||||
- name: Copy the binary
|
||||
|
||||
Reference in New Issue
Block a user