feat: add the possibility to add registry mirrors

This commit is contained in:
Bert-Jan Fikse 2025-12-19 15:10:07 +01:00
parent 6ab3505dc8
commit db50c3d989
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
3 changed files with 21 additions and 0 deletions

View file

@ -1,3 +1,9 @@
#SPDX-License-Identifier: MIT-0
---
# handlers file for base
- name: restart docker
ansible.builtin.systemd:
name: docker
state: restarted
when: ansible_virtualization_type != "docker"