Commit e2a5953c by sila

edit script path for command module

1 parent aa1a9bc9
Showing with 3 additions and 3 deletions
......@@ -6,11 +6,11 @@
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-mongo.conf --mode unattended
- name: Init Mongo 7018
command: /tmp/mongo_7018.sh
command: /tmp/source/mongo_7018.sh
- name: Init Mongo 7019
command: /tmp/mongo_7019.sh
command: /tmp/source/mongo_7019.sh
- name: Init Mongo 7020
command: /tmp/mongo_7020.sh
command: /tmp/source/mongo_7020.sh
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!