build
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2026-01-05 14:22:40 +01:00
parent de51187e7a
commit 252190e128
2 changed files with 7 additions and 15 deletions

View File

@@ -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:

View File

@@ -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