Commit a496bae2 by ansible

no message

1 parent fabdc73c
Showing with 2 additions and 2 deletions
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
become: ture become: ture
tasks: tasks:
- name: Copy root - name: Copy root
command: cp /tmp/source/root.tar.gz /root/root.tar.gz command: sudo cp /tmp/source/root.tar.gz /root/root.tar.gz
- name: Extract root - name: Extract root
command: tar -zxvf /root/root.tar.gz -C /root/ command: tar -zxvf /root/root.tar.gz -C /root/
- name: Delete File - name: Delete File
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
- 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
- name: Activate License - name: Activate License
command: cp /root/bin/license.enc /opt/iConsole/security/wdchat.license command: sudo cp /root/bin/license.enc /opt/iConsole/security/wdchat.license
- name: Delete request_license.txt File - name: Delete request_license.txt File
command: rm /root/bin/request_license.txt command: rm /root/bin/request_license.txt
- name: Delete license.enc File - name: Delete license.enc File
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!