From 0e26f1651477ae4386b08efa8b4be6d318e65dd5 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 12 May 2019 03:10:36 +0200 Subject: [PATCH] add ansible config to molecule --- molecule/ec2-centos-7/molecule.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/molecule/ec2-centos-7/molecule.yml b/molecule/ec2-centos-7/molecule.yml index 2cc912c..0ae1285 100644 --- a/molecule/ec2-centos-7/molecule.yml +++ b/molecule/ec2-centos-7/molecule.yml @@ -10,15 +10,13 @@ platforms: vpc_subnet_id: subnet-9b6896f1 provisioner: name: ansible + config_options: + defaults: + roles_path: /drone/src + library: /library lint: name: ansible-lint verifier: name: testinfra lint: name: flake8 -ansible: - ansiblecfg_defaults: - force_color: true - roles_path: /drone/src - library: /library - timeout: 60