You've already forked ansible-role-common
.
This commit is contained in:
@@ -11,8 +11,7 @@ pipeline:
|
|||||||
when:
|
when:
|
||||||
status: [ changed, failure ]
|
status: [ changed, failure ]
|
||||||
|
|
||||||
steps:
|
test:
|
||||||
- name: Test with Molecule
|
|
||||||
image: python:3.8
|
image: python:3.8
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
@@ -31,7 +30,7 @@ pipeline:
|
|||||||
- molecule test
|
- molecule test
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: docker
|
name: docker
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
@@ -39,5 +38,5 @@ pipeline:
|
|||||||
path: /var/run
|
path: /var/run
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
temp: {}
|
temp: {}
|
||||||
Reference in New Issue
Block a user