Commit 94fc4cb5 by ansible

no message

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