diff --git a/.drone.yml b/.drone.yml index 1881d87..cd6ae0c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,12 +1,12 @@ pipeline: build: - image: williamyeh/ansible + image: williamyeh/ansible:debian8 commands: - ansible-playbook -vvv playbook.yml -i hosts --syntax-check deploy: - image: williamyeh/ansible + image: williamyeh/ansible:debian8 secrets: [ ssh_key ] commands: - mkdir /root/.ssh && echo "$SSH_KEY" > /root/.ssh/id_rsa && chmod 0600 /root/.ssh/id_rsa