abrt: Update retrace-server role from upstream
* podman: Improve pipeline for getting max subuid
This commit is contained in:
parent
7771e03285
commit
556a3b39a4
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue