Skip to content

Commit b21a1a5

Browse files
committed
Support Jammy to Noble upgrade
1 parent f9ce491 commit b21a1a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

etc/kayobe/ansible/ubuntu-upgrade.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@
6363
deb {{ stackhpc_repo_ubuntu_noble_security_url }} noble-security main restricted universe multiverse
6464
become: true
6565

66+
- name: Enusre /tmp is mounted with exec
67+
ansible.builtin.command: sudo mount -o remount,exec /tmp
68+
become: true
69+
6670
- name: Do release upgrade
6771
ansible.builtin.command: do-release-upgrade -f DistUpgradeViewNonInteractive
6872
become: true

0 commit comments

Comments
 (0)