mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-18 01:43:40 -05:00
fix: remove homebrew casks
This commit is contained in:
@@ -54,14 +54,14 @@
|
||||
ansible.builtin.debug:
|
||||
msg: "{{ homebrew_output.unchanged_pkgs }}"
|
||||
|
||||
- name: Install homebrew casks # noqa: ignore-errors
|
||||
community.general.homebrew_cask:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
install_options: "appdir=/Applications"
|
||||
accept_external_apps: true
|
||||
upgrade_all: false
|
||||
update_homebrew: false
|
||||
greedy: false
|
||||
loop: "{{ homebrew_casks_list }}"
|
||||
ignore_errors: true
|
||||
# - name: Install homebrew casks # noqa: ignore-errors
|
||||
# community.general.homebrew_cask:
|
||||
# name: "{{ item }}"
|
||||
# state: present
|
||||
# install_options: "appdir=/Applications"
|
||||
# accept_external_apps: true
|
||||
# upgrade_all: false
|
||||
# update_homebrew: false
|
||||
# greedy: false
|
||||
# loop: "{{ homebrew_casks_list }}"
|
||||
# ignore_errors: true
|
||||
|
||||
Reference in New Issue
Block a user