feat: use new ansible layout

This commit is contained in:
Simon Cornet 2025-10-03 11:31:08 +02:00
commit 541c0d70c0
2 changed files with 8 additions and 6 deletions

View file

@ -4,9 +4,5 @@
- name: "install and configure Pangolin"
hosts: "all"
become: true
tasks:
# execute role
- name: "install and configure Pangolin"
ansible.builtin.include_role:
name: "."
roles:
- role: "pangolin"