Skip to content

Commit

Permalink
remove debug tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Sep 13, 2023
1 parent 5eac13f commit e30c851
Showing 1 changed file with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,8 @@
register: intel_homebrew_installed

- name: Run Homebrew install script in a Rosetta shell
ansible.builtin.shell: arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
when: not intel_homebrew_installed.exists

- name: (debug) Check if install was successful
stat:
path: /usr/local/Homebrew/bin/brew
register: debug_intel_homebrew_installed

- name: (debug) print debug_intel_homebrew_installed
debug:
msg: "{{ debug_intel_homebrew_installed }}"
ansible.builtin.shell: yes | arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
when: not intel_homebrew_installed.stat.exists

- name: Install Intel libpng
ansible.builtin.shell: arch -x86_64 yes | /usr/local/Homebrew/bin/brew install libpng

0 comments on commit e30c851

Please sign in to comment.