replaced run by cmd in order to properly run the command

This commit is contained in:
aminnairi
2024-11-30 18:50:35 +01:00
parent b1164d29b9
commit ec35d5e59f
@@ -13,7 +13,7 @@
- name: Compile the binary - name: Compile the binary
ansible.builtin.command: ansible.builtin.command:
chdir: /$HOME/Documents/git/github.com/aminnairi/markdown-table-align 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 when: git_clone_result.changed
- name: Copy the binary - name: Copy the binary