This commit is contained in:
2022-03-11 15:22:54 +13:00
parent e875f70079
commit 92be1534a8

View File

@@ -6,8 +6,8 @@ steps:
- name: Test with Molecule
image: guisea/ansible-molecule:latest
volumes:
- name: dockersock
path: /var/run
- name: dockersock
path: /var/run
commands:
- mkdir ${DRONE_REPO_NAME}
- rsync -a . ${DRONE_REPO_NAME} --exclude ${DRONE_REPO_NAME}
@@ -24,8 +24,8 @@ services:
image: docker:dind
privileged: true
volumes:
- name: dockersock
path: /var/run
- name: dockersock
path: /var/run
volumes:
- name: dockersock