From 9608f99891423460353a9a35942f46e919a3c2a4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 26 Feb 2019 15:38:56 +0100 Subject: [PATCH] test against centos image --- .drone.yml | 4 ++-- molecule/default/playbook.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4151ab0..0db9801 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,8 +22,8 @@ steps: # depends_on: [ clone ] - name: molecule - image: quay.io/ansible/molecule + image: centos:7 pull: always commands: - - pip install ansible -qq + - pip install ansible molecule -qq - molecule --debug test diff --git a/molecule/default/playbook.yml b/molecule/default/playbook.yml index bebc4b5..22c7cb9 100644 --- a/molecule/default/playbook.yml +++ b/molecule/default/playbook.yml @@ -1,5 +1,5 @@ --- - name: Converge - hosts: all + hosts: localhost roles: - role: xoxys.nginx