Rocky Linux 9: update package manager cache by default

This commit is contained in:
githubixx 2023-03-25 19:56:37 +01:00
parent 9f8e446ff1
commit 7fbb316965

View file

@ -6,3 +6,4 @@
ansible.builtin.yum:
name: wireguard-tools
state: present
update_cache: "{{ wireguard_update_cache }}"