Skip to content

Commit

Permalink
fix: fix Debian Stretch repository location
Browse files Browse the repository at this point in the history
  • Loading branch information
oskar456 committed Oct 5, 2023
1 parent 8ed46e8 commit a493102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@

- name: Enable Debian Stretch repo (for tmux 2.3)
apt_repository:
repo: deb http://deb.debian.org/debian stretch main
repo: deb http://archive.debian.org/debian stretch main

- name: Check tmux version
command: tmux -V
Expand Down

0 comments on commit a493102

Please sign in to comment.