Skip to content

Commit

Permalink
Correct path to install_deb script
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed Sep 17, 2024
1 parent 435697b commit 2bae206
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
tags: apt
ansible.builtin.script:
executable: /bin/bash
cmd: "/desired_state/install_deb.sh {{ item.source }} {{ item.filename }} {{ item.sha256 }}"
cmd: "/var/local/ansible/install_deb.sh {{ item.source }} {{ item.filename }} {{ item.sha256 }}"
creates: "{{ item.creates }}"
loop: "{{ deb_packages[ansible_facts.distribution_release] }}"

Expand Down

0 comments on commit 2bae206

Please sign in to comment.