diff --git a/.zuul.yaml b/.zuul.yaml index e006dd1..254929f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,10 +2,10 @@ - job: name: ansible-role-nodepool-base pre-run: tests/playbooks/pre.yaml - run: tests/playbooks/run.yaml - post-run: - - tests/playbooks/post.yaml - - tests/collect-logs.yaml + run: + - tests/playbooks/run.yaml + - tests/playbooks/run-post.yaml + post-run: tests/collect-logs.yaml roles: - zuul: openstack/ansible-role-nodepool diff --git a/tests/playbooks/post.yaml b/tests/playbooks/run-post.yaml similarity index 100% rename from tests/playbooks/post.yaml rename to tests/playbooks/run-post.yaml