Commit d07e67a1 by ansible

no message

1 parent 88d6ffe1
Showing with 1 additions and 3 deletions
...@@ -8,10 +8,8 @@ ...@@ -8,10 +8,8 @@
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
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!