Skip to content

Commit a7f3e07

Browse files
committed
Merge MR 'feat: upgrade to Ubuntu 25.04' into 'main'
See merge request el-capitano/dotfiles!1125
2 parents 7c44134 + 1ae63ea commit a7f3e07

38 files changed

+12246
-7860
lines changed

DOTIFLES_DESIGN.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

bootstrap.sh

Lines changed: 0 additions & 43 deletions
This file was deleted.

chezmoi/ansible/setup.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
- gtk2-engines-murrine
6060
- jc
6161
- kitty # Our terminal!
62+
- libyaml-dev # Needed to make Ruby installation work. Used in GitLab Runbooks
6263
- lshw
6364
- nala
6465
- network-manager-l2tp
@@ -200,11 +201,11 @@
200201

201202
- name: "[BLOCK] Add repo, install and configure Docker"
202203
block:
203-
- name: Add Docker's official GPG key
204-
ansible.builtin.apt_key:
204+
- name: Download Docker's official GPG key
205+
ansible.builtin.get_url:
205206
url: https://download.docker.com/linux/ubuntu/gpg
206-
keyring: /etc/apt/keyrings/docker.gpg
207-
state: present
207+
dest: /etc/apt/keyrings/docker.asc
208+
mode: "0644"
208209
- name: Add Docker repository
209210
ansible.builtin.apt_repository:
210211
repo: >-

0 commit comments

Comments
 (0)