We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1712f9c commit 88936f0Copy full SHA for 88936f0
tasks/install/with_installer.yml
@@ -15,7 +15,7 @@
15
become: false
16
17
- name: Install Homebrew with the installer
18
- ansible.builtin.command: sh -c "{{ linuxbrew_install_tmp }}/install.sh"
+ ansible.builtin.command: sh -c "NONINTERACTIVE=1 {{ linuxbrew_install_tmp }}/install.sh"
19
register: install_result
20
changed_when: "install_result.rc == 0"
21
0 commit comments