feat: Add extra respositories
This commit is contained in:
7
handlers/main.yml
Normal file
7
handlers/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
# handlers file for apt
|
||||
|
||||
- name: Mettre à jour le cache
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
become: true
|
Reference in New Issue
Block a user