Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit db984e5

Browse files
committed
test Jekyll on EL8 now
1 parent 349dbd1 commit db984e5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

molecule/jekyll-f30/molecule.yml renamed to molecule/jekyll-el8/molecule.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
scenario:
3-
name: jekyll-f30
3+
name: jekyll-el8
44
platforms:
55
- name: ansible-test-builder
66
# LXD
77
source:
8-
alias: 'fedora/30/amd64'
8+
alias: 'centos/8/amd64'
99
# Docker
10-
image: 'fedora:30'
10+
image: 'centos:8'
1111
# this one is always the same
1212
- name: ansible-test-web
1313
# LXD
1414
source:
15-
alias: 'centos/7/amd64'
15+
alias: 'centos/8/amd64'
1616
# Docker
17-
image: 'centos:7'
17+
image: 'centos:8'
1818
provisioner:
1919
inventory:
2020
host_vars:
File renamed without changes.

0 commit comments

Comments
 (0)