Commit ceeca7e8 by ansible

no message

1 parent 58925536
Showing with 1 additions and 5 deletions
...@@ -12,12 +12,8 @@ ...@@ -12,12 +12,8 @@
command: /root/bin/gen_license_request.py command: /root/bin/gen_license_request.py
chdir: /root/bin/ 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 /root/bin/request_license.txt /root/bin/license
chdir: /root/bin/ chdir: /root/bin/
- 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
command: rm /root/bin/request_license.txt
- name: Delete license.enc File
command: rm /root/bin/license.enc
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!