Skip to content

Commit

Permalink
Merge pull request #7110 from freedomofpress/stg-broken-apt-get-install
Browse files Browse the repository at this point in the history
fix `staging-test-with-rebase`, failing on stale Ubuntu mirrors
  • Loading branch information
zenmonkeykstop committed Jan 31, 2024
2 parents 7eab3b8 + afd1b7e commit d19958c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# are present

- name: Install python and packages required by installer
raw: apt install -y python3 apt-transport-https dnsutils ubuntu-release-upgrader-core mokutil
raw: apt-get update && apt-get install -y python3 apt-transport-https dnsutils ubuntu-release-upgrader-core mokutil
register: _apt_install_prereqs_results
changed_when: "'0 upgraded, 0 newly installed, 0 to remove' not in _apt_install_prereqs_results.stdout"

Expand Down

0 comments on commit d19958c

Please sign in to comment.