full server dashboard working
This commit is contained in:
@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user