Commit 8b6eca13 by ansible

no message

1 parent 2a6f9f45
Showing with 2 additions and 2 deletions
......@@ -9,9 +9,9 @@
- name: Delete File
command: sudo rm /root/root.tar.gz
- name: Gen License Request File
command: /root/bin/gen_license_request.py chdir=/root/bin/
command: sudo /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
command: sudo /root/bin/gen_license.py /root/bin/request_license.txt /root/bin/license
- name: Activate License
command: sudo 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!