diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2019-12-28 22:46:55 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2019-12-28 22:46:55 +0200 |
| commit | 71812c95fb2c4f44bbee7e13b91bcf9a92b895f1 (patch) | |
| tree | 24605113c46df45de0e215af21773bf2204fd488 | |
| parent | 2e236ca7a1f05087691ef2aae3581f23e303d334 (diff) | |
I don't know what I'm doing0.0.14
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31ac855..d7a913e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,12 +21,9 @@ publish: deploy: stage: deploy - image: ubuntu:18.04 + image: williamyeh/ansible:ubuntu18.04-onbuild only: - tags script: - - apt-add-repository ppa:ansible/ansible - - apt update - - apt install ansible -y - chmod 600 "$SSH_PRIVATE_KEY_FILE" - ansible-playbook --private-key "$SSH_PRIVATE_KEY_FILE" -i "$INVENTORY_FILE" -e "image_name=$IMAGE" -u root ansible/deploy-playbook.yaml |
