diff options
author | Chris Meyers <chris.meyers.fsu@gmail.com> | 2017-01-19 18:05:10 +0100 |
---|---|---|
committer | Chris Meyers <chris.meyers.fsu@gmail.com> | 2017-01-19 18:05:10 +0100 |
commit | fcdb0ed2f288ca3e308934e654cbf28f30ce60b6 (patch) | |
tree | ce1b2efe0fd16d8a0ff54fb5a8591d5b09e6021c /docs/workflow.md | |
parent | revisions (diff) | |
download | awx-fcdb0ed2f288ca3e308934e654cbf28f30ce60b6.tar.xz awx-fcdb0ed2f288ca3e308934e654cbf28f30ce60b6.zip |
added ansible version note for set_stats
Diffstat (limited to 'docs/workflow.md')
-rw-r--r-- | docs/workflow.md | 2 |
1 files changed, 1 insertions, 1 deletions
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/`. |