15 lines
277 B
YAML
15 lines
277 B
YAML
---
|
|
# tasks file for ansible-role-tripleo-collect-logs
|
|
|
|
- name: Collect logs
|
|
include: collect.yml
|
|
when: artcl_collect|bool
|
|
|
|
- name: Generate docs
|
|
include: create-docs.yml
|
|
when: artcl_gen_docs|bool
|
|
|
|
- name: Publish logs
|
|
include: publish.yml
|
|
when: artcl_publish|bool
|