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:
9
tasks/pkgs/zsh.yml
Normal file
9
tasks/pkgs/zsh.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: append to pkgs
|
||||
ansible.builtin.set_fact:
|
||||
syspkgs: "{{ syspkgs + [ 'zsh' ] }}"
|
||||
when: ansible_os_family != 'Darwin'
|
||||
|
||||
- debug:
|
||||
msg: "macOS already has zsh, skipping"
|
||||
when: ansible_os_family == 'Darwin'
|
||||
Reference in New Issue
Block a user