1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-15 20:37:43 +00:00

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

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:17 +02:00 committed by GitHub
parent 660b5d2c9d
commit 4d2ac82423
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