Skip to content

Commit

Permalink
ansible: add test-digitalocean-fedora41-x64-[12] (#3964)
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored Nov 22, 2024
1 parent 1ebc9c1 commit acfdd94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ 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}
fedora41-x64-1: {ip: 165.227.191.35}
fedora41-x64-2: {ip: 159.65.246.5}
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
5 changes: 5 additions & 0 deletions ansible/roles/bootstrap/tasks/partials/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@
- name: remove firewalld
when: has_firewalld.rc == 0
raw: dnf remove -y firewalld

# https://github.com/ansible/ansible/issues/84206
- name: install python3-libdnf5
when: os in ("fedora41")
raw: dnf install -y python3-libdnf5

0 comments on commit acfdd94

Please sign in to comment.