1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gopass.git synced 2024-09-14 20:06:42 +02:00
ansible_role_gopass/handlers/main.yml

6 lines
93 B
YAML
Raw Normal View History

2023-09-21 16:47:27 +02:00
---
- name: Trigger apt update
become: true
ansible.builtin.apt:
update_cache: true