Skip to content

Commit 88936f0

Browse files
committed
add NONINTERACTIVE=1 to homebrew installation
1 parent 1712f9c commit 88936f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install/with_installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
become: false
1616

1717
- name: Install Homebrew with the installer
18-
ansible.builtin.command: sh -c "{{ linuxbrew_install_tmp }}/install.sh"
18+
ansible.builtin.command: sh -c "NONINTERACTIVE=1 {{ linuxbrew_install_tmp }}/install.sh"
1919
register: install_result
2020
changed_when: "install_result.rc == 0"
2121
become: false

0 commit comments

Comments
 (0)