Remove filter;Improve feedback
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Danny Bessems 2022-11-07 02:18:54 +01:00
parent 22c06e2388
commit 78526527bb
2 changed files with 3 additions and 1 deletions

View File

@ -75,7 +75,7 @@
ansible.builtin.shell:
cmd: cat {{ item.dest }} | yq --no-doc eval '.. | .image? | select(.)' | awk '!/ /' | sort
register: parsedmanifests
loop: "{{ clusterapi_manifests.results | sort }}"
loop: "{{ clusterapi_manifests.results }}"
loop_control:
label: "{{ item | basename }}"

View File

@ -8,6 +8,8 @@
line: "$nrconf{restart} = 'a';"
- regexp: "^#\\$nrconf\\{kernelhints\\} = -1;"
line: "$nrconf{kernelhints} = -1;"
loop_control:
label: "{{ item.line }}"
- name: Install additional packages
ansible.builtin.apt: