8 lines
142 B
YAML
8 lines
142 B
YAML
---
|
|
|
|
- name: Init backup procedure
|
|
include_tasks: backup.yml
|
|
when: inventory_hostname in groups['{{ gitlab_host }}']
|
|
tags:
|
|
- gitlab
|