This repository was archived by the owner on Oct 15, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,12 @@ platforms:
17
17
image : ' centos:8'
18
18
provisioner :
19
19
inventory :
20
+ group_vars :
21
+ all :
22
+ # workaround for https://github.com/ansible/ansible/issues/70168
23
+ ansible_python_interpreter : /usr/bin/python3
20
24
host_vars :
21
25
ansible-test-builder :
22
- ansible_python_interpreter : /usr/bin/python3
23
26
builder : jekyll
24
27
# known working website
25
28
git_url : https://gitlab.com/osas/osci.io.git
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ platforms:
17
17
image : ' centos:7'
18
18
provisioner :
19
19
inventory :
20
+ group_vars :
21
+ all :
22
+ # workaround for https://github.com/ansible/ansible/issues/70168
23
+ ansible_python_interpreter : /usr/bin/python
20
24
host_vars :
21
25
ansible-test-builder :
22
26
builder : middleman
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ platforms:
17
17
image : ' centos:8'
18
18
provisioner :
19
19
inventory :
20
+ group_vars :
21
+ all :
22
+ # workaround for https://github.com/ansible/ansible/issues/70168
23
+ ansible_python_interpreter : /usr/bin/python3
20
24
host_vars :
21
25
ansible-test-builder :
22
26
builder : nikola
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ platforms:
17
17
image : ' centos:7'
18
18
provisioner :
19
19
inventory :
20
+ group_vars :
21
+ all :
22
+ # workaround for https://github.com/ansible/ansible/issues/70168
23
+ ansible_python_interpreter : /usr/bin/python
20
24
host_vars :
21
25
ansible-test-builder :
22
26
builder : planet
You can’t perform that action at this time.
0 commit comments