Commit bf358d53 by ansible

no message

1 parent 145e7481
Showing with 1 additions and 3 deletions
......@@ -9,11 +9,9 @@
- 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 /root/bin/request_license.txt /root/bin/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!