Skip to content

Commit

Permalink
Force apt cache update (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak authored Dec 16, 2023
1 parent 77a7d58 commit 398407a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
block:

- name: Install Debian package helpers
ansible.builtin.package:
ansible.builtin.apt:
name:
- apt-transport-https
- ca-certificates
- python3-docker
- python3-pip
- curl
update_cache: true

- name: Install apt key
ansible.builtin.apt_key:
Expand Down

0 comments on commit 398407a

Please sign in to comment.