summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/packaging/os/urpmi.py
diff options
context:
space:
mode:
authorRobin Roth <robin@rroth.de>2017-08-01 23:37:37 +0200
committerToshio Kuratomi <a.badger@gmail.com>2017-08-01 14:37:37 -0700
commitb134352d8ca33745c4277e8cb85af3ad2dcae2da (patch)
treea9f2ee9d1c6fd6370c637eb71ad6fa5d4c76ec68 /lib/ansible/modules/packaging/os/urpmi.py
parent6aa851c6bc126970a273c1ea6fe2213418002bbd (diff)
downloadansible-b134352d8ca33745c4277e8cb85af3ad2dcae2da.tar.gz
WIP: Replace boilerplate (#27554)
* Replace boilerplate * Enable test on packaging/os
Diffstat (limited to 'lib/ansible/modules/packaging/os/urpmi.py')
-rw-r--r--lib/ansible/modules/packaging/os/urpmi.py16
1 files changed, 4 insertions, 12 deletions
diff --git a/lib/ansible/modules/packaging/os/urpmi.py b/lib/ansible/modules/packaging/os/urpmi.py
index 3a28881a7f..553f405a32 100644
--- a/lib/ansible/modules/packaging/os/urpmi.py
+++ b/lib/ansible/modules/packaging/os/urpmi.py
@@ -5,18 +5,10 @@
# Written by Philippe Makowski <philippem@mageia.org>
# Based on apt module written by Matthew Williams <matthew@flowroute.com>
#
-# This module is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This software is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this software. If not, see <http://www.gnu.org/licenses/>.
+# 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',