From 6d624d57885cceaced458534c454c61b61c050c6 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 20 Feb 2020 23:31:59 +0100 Subject: [PATCH] debug molecule --- .drone.jsonnet | 3 +-- .drone.yml | 5 ++--- molecule/centos7/create.yml | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index f590606..a73ff3c 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -36,10 +36,9 @@ local PipelineDeployment(scenario='centos7') = { steps: [ { name: 'ansible-molecule', - image: 'xoxys/molecule:3', + image: 'xoxys/molecule', environment: { DO_API_KEY: { from_secret: 'do_api_key' }, - USER: 'root', MOLECULE_CUSTOM_MODULES_REPO: 'https://gitea.rknet.org/ansible/custom_modules', MOLECULE_CUSTOM_FILTERS_REPO: 'https://gitea.rknet.org/ansible/custom_filters', }, diff --git a/.drone.yml b/.drone.yml index 71f3d88..99f10ff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,7 +35,7 @@ workspace: steps: - name: ansible-molecule - image: xoxys/molecule:3 + image: xoxys/molecule commands: - molecule test -scentos7 environment: @@ -43,7 +43,6 @@ steps: from_secret: do_api_key MOLECULE_CUSTOM_FILTERS_REPO: https://gitea.rknet.org/ansible/custom_filters MOLECULE_CUSTOM_MODULES_REPO: https://gitea.rknet.org/ansible/custom_modules - USER: root trigger: ref: @@ -147,6 +146,6 @@ depends_on: --- kind: signature -hmac: ec7166da7e94fa113b88745a7e6253af1ce163fda1fb21ba6aa6eaccbd69e9f0 +hmac: 7283571e7aa14bdb9d41491b6c4f70d405737da7887cfc26871daf2392cfd0a8 ... diff --git a/molecule/centos7/create.yml b/molecule/centos7/create.yml index 23797d1..41f112d 100644 --- a/molecule/centos7/create.yml +++ b/molecule/centos7/create.yml @@ -3,7 +3,7 @@ hosts: localhost connection: local gather_facts: false - #no_log: "{{ molecule_no_log }}" + no_log: "{{ molecule_no_log }}" vars: ssh_user: root ssh_port: 22