abrt: Update retrace-server role from upstream

* podman: Improve pipeline for getting max subuid
This commit is contained in:
Matěj Grabovský 2021-06-09 15:43:18 +02:00 committed by kevin
parent 7771e03285
commit 556a3b39a4

View file

@ -18,7 +18,7 @@
- name: Get last subuid entry
shell: |
set -o pipefail
cut -d ':' -f2 /etc/subuid | sort | tail -1
sort -nrt: -k2 /etc/subuid | awk -F: 'NR == 1 { print $2 }'
changed_when: false
register: t_subuid
args: