You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ota_directory: "{{ ota_source_repository | urlsplit('path') | regex_replace('^.*/(.+?)(\\.git)?$', '\\1') }}"# extract the repository name from the URL
4
+
ota_directory: "{{ ota_source_repository | ansible.builtin.urlsplit('path') | ansible.builtin.basename | ansible.builtin.splitext | first }}"# extract the repository name from the URL
0 commit comments