Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop CentOS 8 testing, add Ansible 2.17 testing and fix issue installing Smallstep CLI packages > v0.27.2 #18

Merged
merged 9 commits into from
Nov 4, 2024
Prev Previous commit
Next Next commit
chore: drop support for CentOS 8
  • Loading branch information
trfore committed Nov 4, 2024
commit 434dad766061708de1e209def640ea09e600bdc2
2 changes: 1 addition & 1 deletion roles/step_ca/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
- name: Debian
versions: [buster, bullseye, bookworm]
- name: EL
versions: ["8", "9"]
versions: ["9"]
- name: Ubuntu
versions: [focal, jammy, noble]

Expand Down
2 changes: 1 addition & 1 deletion roles/step_ca_cert/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
- name: Debian
versions: [buster, bullseye, bookworm]
- name: EL
versions: ["8", "9"]
versions: ["9"]
- name: Ubuntu
versions: [focal, jammy, noble]

Expand Down
2 changes: 1 addition & 1 deletion roles/step_cert/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
- name: Debian
versions: [buster, bullseye, bookworm]
- name: EL
versions: ["8", "9"]
versions: ["9"]
- name: Ubuntu
versions: [focal, jammy, noble]

Expand Down
2 changes: 1 addition & 1 deletion roles/step_cli/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ galaxy_info:
- name: Debian
versions: [buster, bullseye, bookworm]
- name: EL
versions: ["8", "9"]
versions: ["9"]
- name: Ubuntu
versions: [focal, jammy, noble]

Expand Down
2 changes: 1 addition & 1 deletion roles/step_provisioner/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
- name: Debian
versions: [buster, bullseye, bookworm]
- name: EL
versions: ["8", "9"]
versions: ["9"]
- name: Ubuntu
versions: [focal, jammy, noble]

Expand Down
2 changes: 1 addition & 1 deletion roles/step_ssh/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ galaxy_info:
- name: Debian
versions: [buster, bullseye, bookworm]
- name: EL
versions: ["8", "9"]
versions: ["9"]
- name: Ubuntu
versions: [focal, jammy, noble]

Expand Down