Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
7 lines
138 B
YAML
7 lines
138 B
YAML
---
|
|
- name: Restart pve-floppy-ui
|
|
ansible.builtin.systemd_service:
|
|
name: pve-floppy-ui
|
|
state: restarted
|
|
daemon_reload: true
|