Skip to content

Commit

Permalink
add GPG installation to git role
Browse files Browse the repository at this point in the history
  • Loading branch information
awojasinski committed Jan 11, 2024
1 parent c0893c3 commit 91c9056
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/git/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@
scope: global
value: "{{ item.command }}"
loop: "{{ git_aliases }}"

- name: Install GPG
community.general.homebrew:
name: gnupg
when: ansible_facts['os_family'] == 'Darwin'

0 comments on commit 91c9056

Please sign in to comment.