websoft9/apps/roles/gitlab/tasks/main.yml

12 lines
281 B
YAML
Raw Normal View History

2022-07-15 08:56:27 +08:00
- name: Install {{appname}}
include_tasks: tasks/install.yml
vars:
2022-07-22 11:55:00 +08:00
app: "gitlab"
2022-12-07 11:03:36 +08:00
- block:
- name: Delete jenkins config
shell: |
cd /data/apps/jenkins && docker compose down -v
rm -rf /data/apps/jenkins
2022-12-13 16:17:56 +08:00
when: gitlab_version != "jenkins"