Use the infra tag for docker
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
@@ -15,7 +15,7 @@ steps:
|
||||
- ansible-lint .
|
||||
|
||||
- name: setup ssh key
|
||||
image: cytopia/ansible:latest-tools
|
||||
image: cytopia/ansible:latest-infra
|
||||
commands:
|
||||
- mkdir -p /root/.ssh
|
||||
- echo "$SSH_KEY" > /root/.ssh/id_ed25519
|
||||
@@ -34,7 +34,7 @@ steps:
|
||||
- master
|
||||
|
||||
- name: ansible apply
|
||||
image: cytopia/ansible:latest-tools
|
||||
image: cytopia/ansible:latest-infra
|
||||
commands:
|
||||
- ansible-playbook -i inventory/hosts.yml site.yml --private-key /root/.ssh/id_ed25519
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user