mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Add boilerplate to fetch.py
This completes the modules/files directory so we can now check it for regressions.
This commit is contained in:
parent
f4d7b9a596
commit
fbf6cb8fff
2 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,10 @@
|
|||
# Copyright: (c) 2017, Ansible Project
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
||||
from __future__ import absolute_import, division, print_function
|
||||
__metaclass__ = type
|
||||
|
||||
|
||||
ANSIBLE_METADATA = {'metadata_version': '1.0',
|
||||
'status': ['stableinterface'],
|
||||
'supported_by': 'core'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue