diff --git a/.drone.yml b/.drone.yml index 3bda94d..b544ff0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,6 +25,6 @@ steps: image: centos:7 pull: always commands: - - yum install -y --no-cache python-pip + - yum install -y python-pip - pip install ansible molecule -qq - molecule --debug test