mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-01-28 18:39:44 +01:00
This commit is contained in:
@@ -8,13 +8,6 @@
|
||||
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: Upgrade Debian
|
||||
ansible.builtin.apt:
|
||||
|
||||
Reference in New Issue
Block a user