You've already forked ansible-role-common
..
This commit is contained in:
@@ -3,7 +3,7 @@ kind: pipeline
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
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
|
||||||
@@ -12,11 +12,11 @@ steps:
|
|||||||
- 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}
|
||||||
- cd ${DRONE_REPO_NAME}
|
- cd ${DRONE_REPO_NAME}
|
||||||
|
- ping -4 -c 1 mail.guise.net.nz
|
||||||
- python3 --version
|
- python3 --version
|
||||||
- ansible --version
|
- ansible --version
|
||||||
- molecule --version
|
- molecule --version
|
||||||
- docker info
|
- docker info
|
||||||
- ping -c 1 mail.guise.net.nz
|
|
||||||
- molecule test
|
- molecule test
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|||||||
Reference in New Issue
Block a user