From bb72ede531fbca0d484473e1c1a817bcec53bfe8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 4 Aug 2019 23:39:50 +0200 Subject: [PATCH] fix moldecule playbook --- molecule/ec2-centos-7/playbook.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/molecule/ec2-centos-7/playbook.yml b/molecule/ec2-centos-7/playbook.yml index 90b9dcb..12fc62a 100644 --- a/molecule/ec2-centos-7/playbook.yml +++ b/molecule/ec2-centos-7/playbook.yml @@ -1,6 +1,10 @@ --- - name: Converge - hosts: all + hosts: + vars: + mongodb_packages_extra: + - epel-release + roles: - role: xoxys.mongodb - role: xoxys.unifi