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/init_runtime/tasks/main.yml
2021-05-10 19:14:32 +08:00

5 lines
148 B
YAML

- name: "init_runtime: copy init_runtime scripts to docker"
copy:
src: "{{ role_path }}/files/init_runtime"
dest: /opt/tsg/
mode: 0644