named checksum task

This commit is contained in:
Tamás Gérczei 2021-02-02 08:20:25 +01:00
parent b2f1e90cfe
commit 8c26eb422b
Signed by: tgerczei
GPG Key ID: 5B59A7760597B1A1
1 changed files with 2 additions and 1 deletions

View File

@ -133,7 +133,8 @@
register: apkbuild register: apkbuild
when: repo is changed when: repo is changed
- command: abuild -q checksum - name: generate checksum
command: abuild -q checksum
args: args:
chdir: "/home/{{ user.handle }}/aports/{{ package.name }}" chdir: "/home/{{ user.handle }}/aports/{{ package.name }}"
when: apkbuild is changed when: apkbuild is changed