Skip to content

Commit

Permalink
feat(hosts): Remove CentOS Stream from architectures and operatingsys…
Browse files Browse the repository at this point in the history
…tems (#198)
  • Loading branch information
hairmare authored Dec 19, 2024
1 parent bffe7f9 commit b12907f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 0 additions & 2 deletions roles/hosts/tasks/architectures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@
operatingsystems:
- CentOS 7
- AlmaLinux 9
- CentOS Stream 8
- CentOS Stream 9
9 changes: 2 additions & 7 deletions roles/hosts/tasks/operatingsystems.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,11 @@
major: "9"
os_family: Redhat
password_hash: SHA256
- name: CentOS_Stream
description: CentOS Stream 8
- name: AlmaLinux
description: AlmaLinux 8
major: "8"
os_family: Redhat
password_hash: SHA256
- name: CentOS_Stream
description: CentOS Stream 9
major: "9"
os_family: Redhat
password_hash: SHA256
- name: CentOS
description: CentOS 7
major: "7"
Expand Down

0 comments on commit b12907f

Please sign in to comment.