Commit b9051ec8 by ansible

no message

1 parent bf358d53
Showing with 1 additions and 1 deletions
......@@ -9,7 +9,7 @@
- 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 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!