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
solutions-tsg-scripts/roles/package-build/tasks/TarBuild.yml

7 lines
145 B
YAML
Raw Normal View History

2020-07-07 06:23:37 +08:00
---
- name: "build install tar package"
archive:
path: "{{ tarpath.src }}"
dest: "{{ tarpath.destdict }}{{ tarname }}"
format: gz