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/ansible/roles/tsg_master/tasks/main.yml
2021-06-01 11:32:43 +08:00

7 lines
174 B
YAML

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