first commit

This commit is contained in:
2021-08-28 23:54:41 +08:00
commit 06f4bf327a
55 changed files with 650 additions and 0 deletions

4
roles/jar/tasks/mvn.yml Normal file
View File

@@ -0,0 +1,4 @@
---
- name: build with mvn
shell: cd {{root_dir}}/{{repo}} && mvn clean package &>> {{ansible_env.SSH_TTY}}