From 7377dfaa9877e49b41c8a6c8462b425729599728 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 29 Aug 2017 15:31:34 -0700 Subject: [PATCH] Fix metadata version. --- lib/ansible/modules/windows/win_pagefile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_pagefile.py b/lib/ansible/modules/windows/win_pagefile.py index 08263495d0..4c7b2097b1 100644 --- a/lib/ansible/modules/windows/win_pagefile.py +++ b/lib/ansible/modules/windows/win_pagefile.py @@ -7,7 +7,7 @@ # this is a windows documentation stub. actual code lives in the .ps1 # file of the same name -ANSIBLE_METADATA = {'metadata_version': '1.0', +ANSIBLE_METADATA = {'metadata_version': '1.1', 'status': ['preview'], 'supported_by': 'community'}