This commit is contained in:
zhangzhihan
2020-06-01 12:19:54 +08:00
parent cf38475612
commit a31ac9eb7d
6 changed files with 23 additions and 21 deletions

View File

@@ -24,3 +24,9 @@
template:
src: "{{ role_path }}/templates/oam_core.service.j2"
dest: /usr/lib/systemd/system/oam_core.service
- name: "copy /usr/local/bin/mysql to destination server"
copy:
src: "{{ role_path }}/files/mysql"
dest: /usr/local/bin
mode: 0755