docker25
(dev.to)--- # 1. First, find the physical RPM file in the migration directory - name: "Discovery: Find the RPM file in the migration directory" ansible.builtin.find: paths: "/tmp/{{ lightspeed.build_version }}" patterns: "*.rpm" register: found_rpms # 2. Extract the Version (e.g., 1.0.0) from the filename dynamically - name: "Logic: Extract naming metadata from filename" ansible.builtin.set_fact: # This regex captures the version string between the hyphen and the arch suffix app_
댓글
아직 댓글이 없습니다. 첫 댓글을 남겨보세요.