From fcdb0ed2f288ca3e308934e654cbf28f30ce60b6 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Thu, 19 Jan 2017 12:05:10 -0500 Subject: [PATCH] added ansible version note for set_stats --- docs/workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workflow.md b/docs/workflow.md index 82e69c470a..a97b8dc663 100644 --- a/docs/workflow.md +++ b/docs/workflow.md @@ -74,7 +74,7 @@ Artifact support starts in Ansible and is carried through in Tower. The `set_sta * Verify that workflow job template nodes are not allowed to have invalid association. Any attempt that causes invalidity will trigger 400-level response. The three types of invalid associations are cycle, convergence(multiple parent) and mutex('always' XOR the rest). * Verify that a workflow job template can be successfully copied and the created workflow job template does not miss any field that should be copied or intentionally modified. * Verify that if a user has no access to any of the related resources of a workflow job template node, that node will not be copied and will have `null` as placeholder. -* Verify that `artifact_data` is populated when `set_stats` is used. +* Verify that `artifact_data` is populated when `set_stats` is used in Ansible >= v2.2.1.0-0.3.rc3. ### Task-related * Verify that workflow jobs can be launched by POSTing to endpoint `/workflow_job_templates/\d/launch/`.