Skip to content

Commit 153796a

Browse files
Update apt cache before installing gpg on Debian-based systems
1 parent eb061b0 commit 153796a

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)