Skip to content

Commit

Permalink
Pin binutils and python3-aiosmtpd versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Maspital committed Oct 31, 2024
1 parent e93d89c commit 747f9a5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
# Additionally, creates a logrotate config file for logs
#

- name: Upgrade binutils
- name: Ensure compatible version of binutils
apt:
name: binutils
state: latest
name: binutils=2.43.1-5
state: present
update_cache: yes

- name: Install aiosmtpd (requirement) globally
apt:
name: python3-aiosmtpd
name: python3-aiosmtpd=1.4.6-1
update_cache: yes
state: present

Expand Down

0 comments on commit 747f9a5

Please sign in to comment.