diff --git a/.drone.yml b/.drone.yml index 698b087..b305d65 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,9 +42,9 @@ steps: GCE_CREDENTIALS_FILE: $HOME/ansible-testing.json ANSIBLE_TIMEOUT: 60 ANSIBLE_ROLES_PATH: /drone/src + ANSIBLE_LIBRARY: /drone/src/custom_modules commands: - - pwd - - ls -la + - git clone https://gitea.rknet.org/ansible/custom_modules - mkdir $HOME/.ssh - echo "$GCE_SSH_KEY" > $HOME/.ssh/google_compute_engine - chmod 600 $HOME/.ssh/google_compute_engine