ansible/tasks/debian-general/gnupg2.yml

8 lines
155 B
YAML
Raw Normal View History

2022-04-06 12:09:41 +02:00
---
- name: Ensure gnupg2 is installed and updated
ansible.builtin.apt:
update_cache: yes
cache_valid_time: 0
name: gnupg2
state: latest