add multiple packages
- stub only: dbeaver, gns3, godot, heroic - partial: - Darwin: httpiegui, jellyfin, libreoffic, pgadmin, tailscale - full: thunderbird, zfs, zsh
This commit is contained in:
10
tasks/pkgs/blender.yml
Normal file
10
tasks/pkgs/blender.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: append to pkgs
|
||||
ansible.builtin.set_fact:
|
||||
syspkgs: "{{ syspkgs + [ 'blender' ] }}"
|
||||
when: ansible_os_family != 'Darwin'
|
||||
|
||||
- name: append to caskpkgs
|
||||
ansible.builtin.set_fact:
|
||||
caskpkgs: "{{ caskpkgs + [ 'blender' ] }}"
|
||||
when: ansible_os_family == 'Darwin'
|
||||
Reference in New Issue
Block a user