]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
prep-fog-capture: Might want to install the script we need 849/head
authorDavid Galloway <david.galloway@ibm.com>
Fri, 29 May 2026 20:44:57 +0000 (16:44 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Fri, 29 May 2026 20:44:57 +0000 (16:44 -0400)
Signed-off-by: David Galloway <david.galloway@ibm.com>
tools/roles/prep-fog-capture/tasks/rpm.yml

index 4cfbb3de407478dfeae646af76ec69f8897c942e..182d6516ba46d240159df6e645e47251025a5e7d 100644 (file)
   when: (ansible_os_family == "RedHat" and ansible_distribution_major_version|int >= 8) or
         ansible_os_family == "Suse"
 
+- name: Install network manager link selection script
+  copy:
+    src: files/nm-from-link.sh
+    dest: /usr/local/sbin/nm-from-link.sh
+    owner: root
+    group: root
+    mode: "0755"
+
 - name: Install systemd unit for network manager link selection
   copy:
     src: files/nm-from-link.service