Skip to content

Commit

Permalink
ansible: remove FreeBSD 12
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau committed Nov 8, 2024
1 parent c5ad990 commit a6f5e37
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ hosts:
fedora39-x64-2: {ip: 134.209.172.40}
fedora40-x64-1: {ip: 159.65.248.149}
fedora40-x64-2: {ip: 162.243.187.89}
freebsd12-x64-1: {ip: 45.55.90.237, user: freebsd}
freebsd12-x64-2: {ip: 107.170.28.213, user: freebsd}
freebsd13-x64-1: {ip: 138.197.25.49, user: freebsd, swap_file_size_mb: 2048}
freebsd13-x64-2: {ip: 159.89.188.229, user: freebsd, swap_file_size_mb: 2048}
rhel8-x64-1: {ip: 161.35.139.78, build_test_v8: yes, swap_file_size_mb: 2048}
Expand Down
7 changes: 0 additions & 7 deletions ansible/roles/baselayout/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,6 @@
name: python3
path: "/usr/bin/python3.8"

- name: freebsd | update python package alternatives
when: os == "freebsd12"
file:
dest: "/usr/local/bin/python"
state: link
src: "/usr/local/bin/python2"

- name: remove fortune from login shells
when: os|stripversion == 'freebsd'
lineinfile:
Expand Down

0 comments on commit a6f5e37

Please sign in to comment.