Skip to content

Commit

Permalink
Add 'python3-distutils' on Debian 10 as well - tested on Debian 10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejHome committed Jun 6, 2023
1 parent 5f4ace7 commit 8ff6015
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/install_normal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
- name: "Packages: Add pcs-modules-2 Debian dependencies"
set_fact:
packages_for_installation: "{{ packages_for_installation + ['python3-distutils'] }}"
when: ansible_distribution == 'Debian' and ansible_distribution_major_version == '11'
when:
- ansible_distribution == 'Debian'
- ansible_distribution_major_version in ['10','11']

- name: "Packages: Add firewall packages"
set_fact:
Expand Down

0 comments on commit 8ff6015

Please sign in to comment.