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

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

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:19 +02:00 committed by GitHub
parent 6cd8c06f79
commit e39ac81841
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