From f5173a9d27176925d1c43c3321a52007048b34c3 Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Fri, 13 Jan 2017 15:37:23 -0500 Subject: [PATCH] put the word granularity in double quotes --- awx/api/templates/api/system_job_template_launch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/api/templates/api/system_job_template_launch.md b/awx/api/templates/api/system_job_template_launch.md index 4543014005..9433bcadfa 100644 --- a/awx/api/templates/api/system_job_template_launch.md +++ b/awx/api/templates/api/system_job_template_launch.md @@ -13,7 +13,7 @@ Which will act on data older than 30 days. For `cleanup_facts`: -`{"older_than": "4w", `granularity`: "3d"}` +`{"older_than": "4w", "granularity": "3d"}` Which will reduce the granularity of scan data to one scan per 3 days when the data is older than 4w.