diff --git a/roles/ubuntu_core/tasks/main.yml b/roles/ubuntu_core/tasks/main.yml index 5824418..d152777 100644 --- a/roles/ubuntu_core/tasks/main.yml +++ b/roles/ubuntu_core/tasks/main.yml @@ -6,7 +6,6 @@ - build-essential - cmake - curl - - direnv - fd-find - fuse - fzf @@ -14,6 +13,7 @@ - git-delta - htop - hyperfine + - libfuse2 - perl - podman - podman-docker diff --git a/ubuntu24.yml b/ubuntu24.yml index fa6c955..2088c24 100644 --- a/ubuntu24.yml +++ b/ubuntu24.yml @@ -28,6 +28,7 @@ roles: - role: preinstall - role: ubuntu_core + - role: direnv - role: go - role: gocloc - role: lazygit @@ -63,7 +64,7 @@ - name: Install optional packages for guest machine ansible.builtin.import_role: name: ubuntu_vbox - when: ansible_facts["virtualization_role"] == "guest" + when: '"WSL" not in ansible_facts["kernel"]' - name: Install wez ansible.builtin.import_role: