Skip to content

Commit 3de5325

Browse files
Merge pull request #24 from punktDe/update-cache
Update apt cache before installing gpg on Debian-based systems
2 parents eb061b0 + 153796a commit 3de5325

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/apt.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
- name: Install GPG on Ubuntu/Debian
3-
ansible.builtin.package:
3+
ansible.builtin.apt:
4+
update_cache: yes
45
name: gpg
56

67
- name: Remove legacy NodeSource repository

0 commit comments

Comments
 (0)