feat: implement new role layout

This commit is contained in:
Simon Cornet 2025-11-01 13:11:05 +01:00
commit fe036800be
3 changed files with 6 additions and 41 deletions

View file

@ -4,7 +4,7 @@
- name: "install and configure a log forwarder"
hosts: "all"
become: true
pre_tasks:
tasks:
# due to semaphore bug we need to do this ourselves
- name: "force-update requirements"
@ -15,5 +15,7 @@
changed_when: false
failed_when: false
roles:
- role: "log_forwarder"
# execute the role
- name: "execute role: log_fowarder"
ansible.builtin.include_role:
name: "log_forwarder"