feat: implement new role layout

This commit is contained in:
Simon Cornet 2025-11-01 13:22:41 +01:00
commit 412db40536
2 changed files with 5 additions and 6 deletions

View file

@ -2,12 +2,9 @@
# gitLab ci stages
stages:
# deployment
- "gitleaks"
- "linting"
# include jobs
include:

View file

@ -4,7 +4,7 @@
- name: "use toolbox"
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: "toolbox"
# execute the role
- name: "execute role: toolbox"
ansible.builtin.include_role:
name: "toolbox"