From 252190e12895b88bb7755b4bc1bffd20860d3042 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 5 Jan 2026 14:22:40 +0100 Subject: [PATCH] build --- roles/common/tasks/main.yml | 14 +++++++------- roles/docker/tasks/main.yml | 8 -------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index e1a574f..f1e967b 100755 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -5,13 +5,13 @@ ansible.builtin.include_role: name: "setup" when: ansible_facts.architecture is not defined - - name: Add several users - ansible.builtin.shell: - cmd: | - apt-mark hold docker-ce docker-compose-plugin docker-ce-rootless-extras docker-ce-cli docker-buildx-plugin - register: logo - changed_when: "logo.rc == 0" - when: inventory_hostname not in ['morefine.home.lan','rack.home.lan', 'rpi5.home.lan'] + # - name: Add several users + # ansible.builtin.shell: + # cmd: | + # apt-mark hold docker-ce docker-compose-plugin docker-ce-rootless-extras docker-ce-cli docker-buildx-plugin + # register: logo + # changed_when: "logo.rc == 0" + # when: inventory_hostname not in ['morefine.home.lan','rack.home.lan', 'rpi5.home.lan'] - name: Upgrade the full OS ansible.builtin.apt: diff --git a/roles/docker/tasks/main.yml b/roles/docker/tasks/main.yml index f0db592..febb3ad 100755 --- a/roles/docker/tasks/main.yml +++ b/roles/docker/tasks/main.yml @@ -91,7 +91,6 @@ when: - ansible_distribution == "Debian" and ansible_distribution_major_version == "13" - - name: Update apt cache apt: update_cache: yes @@ -107,13 +106,6 @@ when: - ansible_distribution == "Debian" and ansible_distribution_major_version == "13" - - - - - - - - name: Add an Apt signing key to a specific keyring file ansible.builtin.apt_key: url: https://download.docker.com/linux/ubuntu/gpg