Skip to content

Commit

Permalink
It's all python3
Browse files Browse the repository at this point in the history
Let's clean out the interpreter alternatives.
  • Loading branch information
eb4x committed May 26, 2024
1 parent 31b764e commit 6e75aa3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
- v64
- v62
- v60
include:
- interpreter: python3
exclude:
- container: debian10
version: v62
Expand Down
4 changes: 0 additions & 4 deletions molecule/zabbix_web/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ platforms:
groups:
- ${MY_MOLECULE_DATABASE:-mysql}
- ${MY_MOLECULE_VERSION:-v64}
- ${MY_MOLECULE_INTERPRETER:-python3}
- ${MY_MOLECULE_WEB_SERVER:-apache}

provisioner:
Expand All @@ -34,10 +33,7 @@ provisioner:
group_vars:
all:
zabbix_api_server_url: zabbix-web-${MY_MOLECULE_VERSION:-v64}-${MY_MOLECULE_DATABASE:-mysql}-${MY_MOLECULE_CONTAINER:-rockylinux8}
python3:
ansible_python_interpreter: /usr/bin/python3
python:
ansible_python_interpreter: /usr/bin/python
v64:
zabbix_server_version: 6.4
zabbix_web_version: 6.4
Expand Down

0 comments on commit 6e75aa3

Please sign in to comment.