Skip to content

Commit

Permalink
Use name instead of deb for gnupg install during converge.
Browse files Browse the repository at this point in the history
  • Loading branch information
deekayen committed May 16, 2022
1 parent 6861313 commit da3d7a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
pre_tasks:
- name: Install GnuPG for apt key import.
ansible.builtin.apt:
deb: gnupg
name:
- gnupg
update_cache: yes
register: install_result
retries: 3
until: install_result is success
Expand Down

0 comments on commit da3d7a5

Please sign in to comment.