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