1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-14 20:07:38 +00:00

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

Trust 3rd-party taps.
This commit is contained in:
Felix Fontein 2026-06-13 19:51:48 +02:00 committed by GitHub
parent 6c2301db33
commit 5be28987b5
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