From 952ada43454a313f1a063f8d25b93ae4244ab3a8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 12 May 2019 13:50:10 +0200 Subject: [PATCH] debug --- .drone.yml | 3 +++ molecule/ec2-centos-7/molecule.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 90d58a1..a3b4f8d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,6 +55,9 @@ steps: image: xoxys/molecule:ec2-linux-amd64 commands: - /bin/bash /docker-entrypoint.sh + - pwd + - ls -l /library + - ansible --version - molecule create --scenario-name ec2-centos-7 - molecule converge --scenario-name ec2-centos-7 - molecule verify --scenario-name ec2-centos-7 diff --git a/molecule/ec2-centos-7/molecule.yml b/molecule/ec2-centos-7/molecule.yml index 3cf9083..2c495da 100644 --- a/molecule/ec2-centos-7/molecule.yml +++ b/molecule/ec2-centos-7/molecule.yml @@ -10,6 +10,9 @@ platforms: vpc_subnet_id: subnet-9b6896f1 provisioner: name: ansible + env: + ANSIBLE_ROLES_PATH: /drone/src + ANSIBLE_LIBRARY: /library lint: name: ansible-lint verifier: