remove debug message

This commit is contained in:
Matthew Stobbs
2025-01-24 16:44:25 -07:00
parent a600a20b7d
commit c3c10323b8

View File

@@ -53,8 +53,6 @@
state: present state: present
when: brewtaps|length > 0 when: brewtaps|length > 0
- debug:
var: syspkgs
- community.general.homebrew: - community.general.homebrew:
name: "{{ syspkgs }}" name: "{{ syspkgs }}"
state: "{{ install_state }}" state: "{{ install_state }}"