Ansible/gitlab/tasks/main.yml

8 lines
142 B
YAML
Raw Permalink Normal View History

2022-02-08 23:04:05 +00:00
---
2022-02-14 00:02:14 +00:00
- name: Init backup procedure
include_tasks: backup.yml
when: inventory_hostname in groups['{{ gitlab_host }}']
tags:
- gitlab