Skip to content

Commit

Permalink
Adjust python-apt package to be findable on newer Debian/Ubuntu versi…
Browse files Browse the repository at this point in the history
…ons.
  • Loading branch information
Ianvdl authored and vibhorkumar123 committed Apr 30, 2024
1 parent 4739523 commit 7e27091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/install_dbserver/tasks/validate_install_dbserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

- name: Install python-apt package
ansible.builtin.package:
name: python-apt
name: python3-apt
state: present
when:
- ansible_os_family == 'Debian'
Expand Down

0 comments on commit 7e27091

Please sign in to comment.