This repository was archived by the owner on Oct 15, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
scenario :
3
- name : jekyll-f30
3
+ name : jekyll-el8
4
+ # pin centos version to workaround a bug in Docker
5
+ # https://github.com/docker/for-linux/issues/835
6
+ # https://github.com/systemd/systemd/issues/11752
4
7
platforms :
5
8
- name : ansible-test-builder
6
9
# LXD
7
10
source :
8
- alias : ' fedora/30 /amd64'
11
+ alias : ' centos/8 /amd64'
9
12
# Docker
10
- image : ' fedora:30 '
13
+ image : ' centos:8 '
11
14
# this one is always the same
12
15
- name : ansible-test-web
13
16
# LXD
14
17
source :
15
18
alias : ' centos/7/amd64'
16
19
# Docker
17
- image : ' centos:7'
20
+ image : ' centos:7.6.1810 '
18
21
provisioner :
19
22
inventory :
20
- group_vars :
21
- all :
22
- # workaround for https://github.com/ansible/ansible/issues/70168
23
- ansible_python_interpreter : /usr/bin/python3
24
23
host_vars :
25
24
ansible-test-builder :
26
25
builder : jekyll
27
26
# known working website
28
27
git_url : https://gitlab.com/osas/osci.io.git
28
+ # workaround for https://github.com/ansible/ansible/issues/70168
29
+ ansible_python_interpreter : /usr/bin/python3
30
+ ansible-test-web :
31
+ # workaround for https://github.com/ansible/ansible/issues/70168
32
+ ansible_python_interpreter : /usr/bin/python
33
+
File renamed without changes.
You can’t perform that action at this time.
0 commit comments