This commit is contained in:
Robert Kaussow 2017-12-22 13:27:23 +01:00
parent 161f7e25fb
commit 13e372315f
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
- block:
- name: Add mongodb repo
yum-repository:
name: mongodb-org-3.4
name: "mongodb-org-3.4"
description: MongoDB Repository
baseurl: https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/3.4/x86_64/
gpgcheck: yes
@ -13,7 +13,7 @@
- name: Install mongodb package
package:
name: 'mongodb-org'
name: "mongodb-org"
state: latest
notify:
- mongod_restart