From c0fe60321f9c1aeb2a1913bc132e48a1091f2856 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 6 Aug 2019 21:27:14 +0200 Subject: [PATCH] add missing vars to molecule playbook --- molecule/ec2-centos-7/playbook.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/molecule/ec2-centos-7/playbook.yml b/molecule/ec2-centos-7/playbook.yml index ddb1641..295b5ca 100644 --- a/molecule/ec2-centos-7/playbook.yml +++ b/molecule/ec2-centos-7/playbook.yml @@ -1,6 +1,10 @@ --- - name: Converge hosts: all + vars: + mosquitto_packages_extra: + - epel-release + mosquitto_bind_address: "127.0.0.1" roles: - role: xoxys.mosquitto