Add missing boilerplate.

This commit is contained in:
Matt Clay 2019-08-06 15:31:45 -07:00
parent 5673482460
commit 233efe0886

View file

@ -14,6 +14,9 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
from ansible.module_utils.basic import AnsibleModule