This commit is contained in:
2025-11-11 13:12:09 +01:00
parent c85796eabe
commit 4c121c87f0

View File

@@ -15,8 +15,10 @@
- name: Add several users - name: Add several users
ansible.builtin.shell: ansible.builtin.shell:
cmd: | cmd: |
apt-mark unhold docker-ce docker-compose-plugin docker-ce-rootless-extras docker-ce-cli docker-buildx-plugin apt-mark unhold docker-ce docker-compose-plugin docker-ce-rootless-extras docker-ce-cli docker-buildx-plugin
when: inventory_hostname == 'm-server.home.lan' when: inventory_hostname == 'm-server.home.lan'
register: logo
changed_when: "logo.rc == 0"
- name: Upgrade the full OS - name: Upgrade the full OS
ansible.builtin.apt: ansible.builtin.apt: