diff options
| author | Matt Clay <matt@mystile.com> | 2017-08-29 15:31:34 -0700 |
|---|---|---|
| committer | Matt Clay <matt@mystile.com> | 2017-08-29 15:31:34 -0700 |
| commit | 7377dfaa9877e49b41c8a6c8462b425729599728 (patch) | |
| tree | 21900441730a895b0af8d0ff9d1333fb41f153ea /lib/ansible/modules/windows | |
| parent | 8222662d550760b201eaaa7352792b776aa90ef9 (diff) | |
| download | ansible-7377dfaa9877e49b41c8a6c8462b425729599728.tar.gz | |
Fix metadata version.
Diffstat (limited to 'lib/ansible/modules/windows')
| -rw-r--r-- | lib/ansible/modules/windows/win_pagefile.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'} |
