tripleo-upgrade/tasks/common/nova_actions_check.yml

9 lines
258 B
YAML

---
- name: run post nova actions test
shell: |
set -o pipefail
source {{ overcloud_rc }}
{{ working_dir }}/nova_actions_check.sh 2>&1 {{ timestamper_cmd }} | \
tee {{ working_dir }}/nova_actions_check.log
when: nova_actions_check|bool