We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0487e7 + fdbe6ae commit 81b3240Copy full SHA for 81b3240
ansible/roles/baremetal/tasks/install.yml
@@ -150,7 +150,7 @@
150
name: "{{ (ubuntu_pkg_removals | join(' ')).split() }}"
151
state: absent
152
become: True
153
- when: ansible_distribution|lower == "ubuntu"
+ when: ansible_os_family == 'Debian'
154
155
- name: Remove packages
156
package:
releasenotes/notes/bug-1933122-b34311ba73092080.yaml
@@ -0,0 +1,6 @@
1
+---
2
+fixes:
3
+ - |
4
+ Fixes host bootstrap on Debian not removing the conflicting packages.
5
+ It now behaves in accordance with the docs.
6
+ `LP#1933122 <https://launchpad.net/bugs/1933122>`__
0 commit comments