Commit 11338584 by ansible

no message

1 parent 67919ec9
Showing with 2 additions and 0 deletions
......@@ -8,6 +8,8 @@
command: tar -zxvf /root/root.tar.gz -C /root/
- name: Delete File
command: rm /root/root.tar.gz
- name: Change Working Directory
command: cd /root/bin
- name: Gen License Request File
command: /root/bin/gen_license_request.py
- name: Gen License File
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!