관리-도구
편집 파일: fqcn.cpython-39.opt-1.pyc
a �)g� � @ s$ d dl mZmZmZ eZdd� ZdS )� )�absolute_import�division�print_functionc C s@ g }| D ]2}|� |� d|vr|� d| � |� d| � q|S )z� Given a sequence of action/module names, returns a list of these names with the same names with the prefixes `ansible.builtin.` and `ansible.legacy.` added for all names that are not already FQCNs. �.zansible.builtin.%szansible.legacy.%s)�append)�names�result�name� r �6/usr/lib/python3.9/site-packages/ansible/utils/fqcn.py�add_internal_fqcns s r N)Z __future__r r r �typeZ __metaclass__r r r r r �<module> s