1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-27 22:49:14 +00:00

[PR #12253/5be28987 backport][stable-11] CI: Homebrew: trust 3rd-party taps (#12254)

CI: Homebrew: trust 3rd-party taps (#12253)

Trust 3rd-party taps.

(cherry picked from commit 5be28987b5)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2026-06-13 21:29:22 +02:00 committed by GitHub
parent 460610b991
commit 3c0854aa70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -311,6 +311,12 @@
become: true
become_user: "{{ brew_stat.stat.pw_name }}"
- name: "Trust tap (TODO: let homebrew_tap do this)"
ansible.builtin.command:
cmd: brew trust hashicorp/tap
become: true
become_user: "{{ brew_stat.stat.pw_name }}"
- name: Install terraform from tap
community.general.homebrew:
name: hashicorp/tap/terraform
@ -358,6 +364,12 @@
become: true
become_user: "{{ brew_stat.stat.pw_name }}"
- name: "Trust tap (TODO: let homebrew_tap do this)"
ansible.builtin.command:
cmd: brew trust thezoraiz/ascii-image-converter
become: true
become_user: "{{ brew_stat.stat.pw_name }}"
- name: Install ascii from full tap name
community.general.homebrew:
name: TheZoraiz/ascii-image-converter/ascii-image-converter