Commit 412db405 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: implement new role layout

parent 8833a27a
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2,12 +2,9 @@

# gitLab ci stages
stages:

  # deployment
  - "gitleaks"
  - "linting"


# include jobs
include:

+5 −3
Original line number Diff line number Diff line
@@ -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"