feat: add the possibility to add registry mirrors
This commit is contained in:
parent
6ab3505dc8
commit
2399eebac6
4 changed files with 26 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue