We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ce491 commit b21a1a5Copy full SHA for b21a1a5
etc/kayobe/ansible/ubuntu-upgrade.yml
@@ -63,6 +63,10 @@
63
deb {{ stackhpc_repo_ubuntu_noble_security_url }} noble-security main restricted universe multiverse
64
become: true
65
66
+ - name: Enusre /tmp is mounted with exec
67
+ ansible.builtin.command: sudo mount -o remount,exec /tmp
68
+ become: true
69
+
70
- name: Do release upgrade
71
ansible.builtin.command: do-release-upgrade -f DistUpgradeViewNonInteractive
72
0 commit comments