rpm_arch: "{{ filename | regex_replace('^.*\\.([^.]+)\\.rpm$', '\\g<1>') }}"
rpm_release: "{{ filename | regex_replace('^[^-]+-[^-]+-([^.]+)\\.[^.]+\\.rpm$', '\\g<1>') }}"
rpm_version: "{{ filename | regex_replace('^[^-]+-([^-]+)-.*$', '\\g<1>') }}"
rpm_name: "{{ filename | regex_replace('^([^-]+)-.*$', '\\g<1>') }}"
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)