diff options
| author | Dmitry Ilvokhin <d@ilvokhin.com> | 2026-02-11 13:23:16 +0000 |
|---|---|---|
| committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2026-02-11 13:23:16 +0000 |
| commit | 5c635acbc5379e3c592e3a794fdcba1a0388d5fc (patch) | |
| tree | 6385051d029fa2b6c723f21548ddcde62414f93e /roles/git/tasks | |
| parent | dfff28513622f659430ef064322cfa701513feb0 (diff) | |
| download | infra-5c635acbc5379e3c592e3a794fdcba1a0388d5fc.tar.gz infra-5c635acbc5379e3c592e3a794fdcba1a0388d5fc.tar.bz2 infra-5c635acbc5379e3c592e3a794fdcba1a0388d5fc.zip | |
Configure git send mail
Diffstat (limited to 'roles/git/tasks')
| -rw-r--r-- | roles/git/tasks/main.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml index cf9ed16..0da8b63 100644 --- a/roles/git/tasks/main.yml +++ b/roles/git/tasks/main.yml @@ -4,6 +4,13 @@ - git state: present +- name: Install git send mail dependencies + ansible.builtin.package: + name: + - perl-authen-sasl + - perl-io-socket-ssl + state: present + - name: Configure git for Dmitry Ilvokhin ansible.builtin.include_role: name: gitconfig |