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/tsg_master/tasks/main.yml
2021-05-14 11:14:28 +08:00

7 lines
163 B
YAML

- name: "install tsg_master from localhost"
yum:
name:
- "{{ tsg_master_rpm_version }}"
conf_file: "{{ rpm_repo_config_path }}"
state: present