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