From 36fbc3121df9335f7b9431908da760f687e958b1 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 12 May 2019 17:44:18 +0200 Subject: [PATCH] add custom filter --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5c7223d..645daac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,6 +55,9 @@ steps: image: xoxys/molecule:ec2-linux-amd64 commands: - /bin/bash /docker-entrypoint.sh + - mkdir -p ./plugins/filters/ + - wget -P ./plugins/filters/ https://gitea.rknet.org/xoxys/ansible-dc/raw/branch/master/custom/filter/wrap.py + - wget -P ./plugins/filters/ https://gitea.rknet.org/xoxys/ansible-dc/raw/branch/master/custom/filter/prefix.py - molecule create --scenario-name ec2-centos-7 - molecule converge --scenario-name ec2-centos-7 - molecule verify --scenario-name ec2-centos-7