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:
parent
660b5d2c9d
commit
4d2ac82423
1 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue