Skip to content

Commit

Permalink
Merge pull request #565 from rust-lang/chore-dev-desktops-remove-postfix
Browse files Browse the repository at this point in the history
chore(dev-desktops): remove postfix
  • Loading branch information
marcoieni authored Sep 5, 2024
2 parents 11a726a + 1cbd744 commit 5bbba89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ansible/roles/dev-desktop/tasks/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
- zsh
state: present

# we don't need it because we don't need to send emails
- name: Uninstall postfix
apt:
name: postfix
state: absent

- name: Uninstall fish from apt
apt:
name: fish
Expand Down

0 comments on commit 5bbba89

Please sign in to comment.