Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sdimitro committed Aug 23, 2023
1 parent 2d14e70 commit 7a61b19
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,15 @@
- lookup('env', 'AWS_ACCESS_KEY_ID') != ''
- lookup('env', 'AWS_SECRET_ACCESS_KEY') != ''
no_log: true

#
# XXX Explain
#
- shell: ls /lib/modules
register: kernel_versions

- ansible.builtin.file:
src: /usr/lib/debug/boot/vmlinux-'{{ item }}'
dest: /usr/src/linux-headers-"{{ item }}"/vmlinux
state: link
loop: '{{ kernel_versions.stdout_lines }}'

0 comments on commit 7a61b19

Please sign in to comment.