Skip to content

Commit

Permalink
Put build number in the correct place
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <sxa@redhat.com>
  • Loading branch information
sxa committed Apr 2, 2024
1 parent 99d1e8b commit ddc2786
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

- name: Set filename of devkit tarball
set_fact:
devkit_filename: devkit-{{ devkit_version|replace('-b','-{{ ansible_architecture }}-linux-gnu-b') }}.tar.xz
devkit_filename: devkit-{{ devkit_version }}_{{ ansible_architecture }}-linux.tar.xz
when:
- devkit_installed.rc != 0
tags: devkit
Expand Down

0 comments on commit ddc2786

Please sign in to comment.