diff --git a/.drone.yml b/.drone.yml index 2aced2b..789fce0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ pipeline: ansible-latest: - image: python:2.7-slim + image: python:2.7 pull: True commands: - pip install ansible ansible-later -q @@ -8,7 +8,7 @@ pipeline: group: test ansible-master: - image: python:2.7-slim + image: python:2.7 pull: True commands: - pip install ansible ansible-later -q