Ansible/gitlab/tasks/main.yml

8 lines
142 B
YAML
Raw Normal View History

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