debug
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-05-12 13:50:10 +02:00
parent 9525977568
commit 952ada4345
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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: