Commit 4d2e86cc by ansible

no message

1 parent ceeca7e8
Showing with 4 additions and 1 deletions
...@@ -13,7 +13,10 @@ ...@@ -13,7 +13,10 @@
chdir: /root/bin/ chdir: /root/bin/
- name: Gen License File - name: Gen License File
command: /root/bin/gen_license.py /root/bin/request_license.txt /root/bin/license command: /root/bin/gen_license.py /root/bin/request_license.txt /root/bin/license
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!