From 0381088a4504a9c0c4bcbcf9eea5e370b81be090 Mon Sep 17 00:00:00 2001 From: dgrilawidbanana Date: Thu, 3 Sep 2026 13:38:42 -0500 Subject: [PATCH] Fix typo --- gpu-jupyter/playbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu-jupyter/playbook.yaml b/gpu-jupyter/playbook.yaml index 1c97e0f..1d7cafb 100644 --- a/gpu-jupyter/playbook.yaml +++ b/gpu-jupyter/playbook.yaml @@ -2,7 +2,7 @@ become: yes become_user: codio tasks: - - name: Isntall GCC + - name: Install GCC ansible.builtin.apt: name: build-essential state: present