This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tsg-tsg-os-buildimage/tsg-9140-scripts/roles/kni/tasks/main.yml
2021-05-14 11:14:28 +08:00

16 lines
320 B
YAML

---
- name: "install kni rpms from localhost"
yum:
name:
- "{{ kni_rpm_version }}"
conf_file: "{{ rpm_repo_config_path }}"
state: present
- name: Template the kni.conf
template:
src: "{{ role_path }}/templates/kni.conf.j2"
dest: /home/mesasoft/sapp_run/etc/kni/kni.conf
tags: template