Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 7f1d904

Browse files
committed
disable testing on clearlinux
1 parent e73c511 commit 7f1d904

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

molecule/default/molecule.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ platforms:
4242
privileged: true
4343
volumes:
4444
- /sys/fs/cgroup:/sys/fs/cgroup:ro
45-
- name: clearlinux
46-
image: paulfantom/clearlinux-molecule:latest
47-
docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
48-
privileged: true
49-
volumes:
50-
- /sys/fs/cgroup:/sys/fs/cgroup:ro
45+
# - name: clearlinux
46+
# image: paulfantom/clearlinux-molecule:latest
47+
# docker_host: "${DOCKER_HOST:-unix://var/run/docker.sock}"
48+
# privileged: true
49+
# volumes:
50+
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
5151
provisioner:
5252
name: ansible
5353
lint:

0 commit comments

Comments
 (0)