Skip to content

Commit

Permalink
Mongo client script installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jun 4, 2017
1 parent e5eb01f commit 3812363
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions infrastructure/mongodb/mongodb_client_install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
- hosts: localhost
become: yes
tasks:
- name: Install mongodb client
apt:
name: mongodb-clients

0 comments on commit 3812363

Please sign in to comment.