Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Disable CentOS 6 due to Python 2.6 issues
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Ledvina <[email protected]>
  • Loading branch information
jaredledvina committed Mar 29, 2020
1 parent efa0ce0 commit 7f2fb5c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions molecule/centos/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
scenario:
name: centos
platforms:
- name: centos-6
image: dokken/centos-6
command: /sbin/init
capabilities:
- SYS_ADMIN
# - name: centos-6
# image: dokken/centos-6
# command: /sbin/init
# capabilities:
# - SYS_ADMIN
- name: centos-7
image: dokken/centos-7
command: /usr/lib/systemd/systemd
Expand Down

0 comments on commit 7f2fb5c

Please sign in to comment.