mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-12-17 11:00:00 +01:00
build
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
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 != 'morefine.home.lan'
|
||||
when: inventory_hostname in ['morefine.home.lan','rack.home.lan']
|
||||
|
||||
- name: Upgrade the full OS
|
||||
ansible.builtin.apt:
|
||||
|
||||
@@ -322,4 +322,4 @@
|
||||
community.docker.docker_plugin:
|
||||
plugin_name: grafana/loki-docker-driver
|
||||
alias: loki
|
||||
state: present
|
||||
state: enable
|
||||
|
||||
Reference in New Issue
Block a user