Loading .gitlab-ci.yml +0 −3 Original line number Diff line number Diff line Loading @@ -2,12 +2,9 @@ # gitLab ci stages stages: # deployment - "gitleaks" - "linting" # include jobs include: Loading playbook.yaml +5 −3 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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" Loading
.gitlab-ci.yml +0 −3 Original line number Diff line number Diff line Loading @@ -2,12 +2,9 @@ # gitLab ci stages stages: # deployment - "gitleaks" - "linting" # include jobs include: Loading
playbook.yaml +5 −3 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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"