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