app_prefix: "{{ rpm_filename | regex_replace('^(.+)-[0-9].*?\\.([^.]+)\\.rpm$', '\\1') }}"
app_version: "{{ rpm_filename | regex_replace('^.+?-([0-9].*?)\\.([^.]+)\\.rpm$', '\\1') }}"
app_architecture: "{{ rpm_filename | regex_replace('^.+?-.*\\.([^.]+)\\.rpm$', '\\1') }}"
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)