11 lines
195 B
YAML
11 lines
195 B
YAML
---
|
|
|
|
- name: Backup and remove old {{ strata }} strata
|
|
include_role:
|
|
name: backup-remove-strata
|
|
|
|
- name: Fetch {{ strata }} strata
|
|
ansible.builtin.shell:
|
|
cmd: brl fetch {{ strata }}
|
|
|