community.general/lib/ansible/modules/network/aos/_aos_device.py

16 lines
430 B
Python

#!/usr/bin/python
#
# (c) 2017 Apstra Inc, <community@apstra.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['removed'],
'supported_by': 'community'}
from ansible.module_utils.common.removed import removed_module
if __name__ == '__main__':
removed_module(removed_in='2.9')