Commit 308c78ba by ansible

no message

1 parent 136d8854
---
- hosts: all
become: true
tasks:
- file:
path: /tmp/source
state: absent
---
- hosts: all
become: true
tasks:
- file:
path: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run
mode: 0711
- name: Install DMA Manager DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/source/mongodb2.conf --mode unattended
\ No newline at end of file
---
- hosts: all
become: true
tasks:
- file:
path: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run
mode: 0711
- name: Install DMA Manager DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/source/mongodb3.conf --mode unattended
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!