mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
abrt: Update retrace-server role from upstream
* podman: Improve pipeline for getting max subuid
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user