feat: Add extra respositories

This commit is contained in:
2023-11-28 10:57:22 +01:00
parent a2c295d57e
commit 6511e5422e
7 changed files with 117 additions and 59 deletions

7
handlers/main.yml Normal file
View File

@@ -0,0 +1,7 @@
---
# handlers file for apt
- name: Mettre à jour le cache
ansible.builtin.apt:
update_cache: true
become: true