Commit d07e67a1 by ansible

no message

1 parent 88d6ffe1
Showing with 2 additions and 4 deletions
...@@ -8,12 +8,10 @@ ...@@ -8,12 +8,10 @@
command: tar -zxvf /root/root.tar.gz -C /root/ command: tar -zxvf /root/root.tar.gz -C /root/
- name: Delete File - name: Delete File
command: rm /root/root.tar.gz command: rm /root/root.tar.gz
- name: Change Working Directory
command: cd /root/bin/
- name: Gen License Request File - name: Gen License Request File
command: /root/bin/gen_license_request.py command: /root/bin/gen_license_request.py chdir: /root/bin/
- name: Gen License File - name: Gen License File
command: /root/bin/gen_license.py request_license.txt license command: /root/bin/gen_license.py request_license.txt license
- name: Activate License - name: Activate License
command: cp /root/bin/license.enc /opt/iConsole/security/wdchat.license command: cp /root/bin/license.enc /opt/iConsole/security/wdchat.license
- name: Delete request_license.txt File - 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!