Skip to content

Commit

Permalink
Added python3-apt dependency for Ubuntu Jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
fcaffieri committed Jan 6, 2025
1 parent 66425be commit 27b38cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-playbooks/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
# register: rpm_installed_packages
# when: ansible_pkg_mgr == "yum" or ansible_pkg_mgr == "dnf"

- name: Install DEB dependencies
- name: Install RPM dependencies
ansible.builtin.package:
name: "{{ rpm_dependencies }}"
state: present
Expand Down

0 comments on commit 27b38cb

Please sign in to comment.