Skip to content

Commit a3903f6

Browse files
Conor Schaeferemkll
Conor Schaefer
authored andcommitted
Renames apt version checks in FPF repo install
We're no longer upgrading apt in this logic, we're simply ensuring that the apt version meets spec before proceeding with the installation. (cherry picked from commit 87f286b)
1 parent e42eb16 commit a3903f6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

install_files/ansible-base/roles/install-fpf-repo/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- include: upgrade_apt.yml
2+
- include: validate_apt_version.yml
33

44
- name: Install SecureDrop apt repo GPG signing key.
55
apt_key:

0 commit comments

Comments
 (0)