Commit 58925536 by ansible

no message

1 parent d07e67a1
Showing with 3 additions and 1 deletions
......@@ -9,9 +9,11 @@
- name: Delete File
command: rm /root/root.tar.gz
- name: Gen License Request File
command: /root/bin/gen_license_request.py chdir: /root/bin/
command: /root/bin/gen_license_request.py
chdir: /root/bin/
- name: Gen License File
command: /root/bin/gen_license.py request_license.txt license
chdir: /root/bin/
- name: Activate License
command: cp /root/bin/license.enc /opt/iConsole/security/wdchat.license
- name: Delete request_license.txt File
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!