Skip to content

Commit

Permalink
vm(sgx): properly ansible-reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Sep 4, 2024
1 parent 2ddb82d commit 27cd88a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ansible/tasks/sgx_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
shell: "echo 'export PATH=$PATH:/home/{{ ansible_user }}/.local/bin' >> /home/{{ ansible_user }}/.bashrc"

- name: "Upgrade to 6.x kernel for EDMM features"
shell: "apt update && apt upgrade -y && reboot"
shell: "apt update && apt upgrade -y"
become: yes

- name: "Reboot to pick-up latest kernel"
reboot:
become: yes

0 comments on commit 27cd88a

Please sign in to comment.