validations-common/roles/validations/tasks/list.yaml
matbu c37b9cfce1 Update validations role to be used by tripleo CI and devstack tests
Change-Id: I047ddf1d3fdba23fb871119ecdf6137e5c5f956a
2021-04-29 08:04:25 +02:00

7 lines
195 B
YAML

---
- name: List Validation
register: list_output
shell:
cmd: "{{ validation_command }} list {{ validation_dir }} -f json > {{ val_working_dir }}/list.log 2>&1"
executable: /bin/bash