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 15c3fe5 + c6ece0d commit beccf0eCopy full SHA for beccf0e
images/capi/ansible/roles/sysprep/tasks/debian.yml
@@ -25,6 +25,15 @@
25
args:
26
executable: /bin/bash
27
28
+- name: Unpin grub packages with apt-mark for MaaS
29
+ ansible.builtin.shell: |
30
+ set -o pipefail
31
+ dpkg-query -f '${binary:Package}\n' -W | grep grub | xargs apt-mark unhold
32
+
33
+ args:
34
+ executable: /bin/bash
35
+ when: provider is defined and provider is search('maas')
36
37
- name: Remove extra repos
38
ansible.builtin.file:
39
path: /etc/apt/sources.list.d/{{ item | basename }}
0 commit comments