Skip to content

Commit

Permalink
add more excluded packages
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schurz <[email protected]>
  • Loading branch information
schurzi committed Feb 4, 2024
1 parent a0abefb commit 6af6c63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions molecule/os_hardening_vm/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@
name: "{{ item }}"

Check warning on line 27 in molecule/os_hardening_vm/prepare.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

jinja[spacing]

Jinja2 spacing could be improved: {{ item }} -> {{ item }}
selection: hold
when: ansible_os_family == 'Debian'
ignore_errors: true
loop:
- grub-pc
- initramfs-tools
- linux-image-generic

- name: Run the equivalent of "apt-get update && apt-get upgrade"
Expand Down

0 comments on commit 6af6c63

Please sign in to comment.