mirror of
https://github.com/zebrajr/HomeLab.git
synced 2025-12-06 00:20:22 +01:00
6 lines
238 B
YAML
6 lines
238 B
YAML
- name: personalstation setup | install software packages
|
|
apt:
|
|
name: "{{ software_packages_personalstation_present }}"
|
|
state: present
|
|
when: software_packages_personalstation_present is defined
|
|
tags: personalstation, software |