feat: add the possibility to add registry mirrors
This commit is contained in:
parent
6ab3505dc8
commit
db50c3d989
3 changed files with 21 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