Compare commits

...

2 Commits

Author SHA1 Message Date
Tamás Gérczei 8c26eb422b
named checksum task 2021-02-02 08:20:25 +01:00
Tamás Gérczei b2f1e90cfe
bumped base image version 2021-02-02 08:19:53 +01:00
1 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@
collections:
- containers.podman
vars:
alpine_version: 3.11.3
alpine_version: 3.13.1
tasks:
- name: check container
podman_container_info:
@ -133,7 +133,8 @@
register: apkbuild
when: repo is changed
- command: abuild -q checksum
- name: generate checksum
command: abuild -q checksum
args:
chdir: "/home/{{ user.handle }}/aports/{{ package.name }}"
when: apkbuild is changed