Add registry role
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-01-12 21:25:11 +01:00
parent 9f4581e4b0
commit 4cba7722cd
4 changed files with 60 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
---
- name: reload systemd
ansible.builtin.systemd:
daemon_reload: yes
- name: restart registry
ansible.builtin.systemd:
name: registry
state: restarted