full server dashboard working

This commit is contained in:
2026-03-22 18:44:07 -07:00
parent 324eaff135
commit 97fdb3d5d8
19 changed files with 1441 additions and 169 deletions

View File

@ -15,7 +15,9 @@
register: dpkg_output
- name: Cosmostat - Init - Install Prereq Packages
when: cosmostat_packages_item not in dpkg_output.stdout_lines
when:
- cosmostat_packages_item not in dpkg_output.stdout_lines
- cosmostat_packages_item | length > 0
apt:
name:
- "{{ cosmostat_packages_item }}"