diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-28 21:45:42 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-30 01:23:07 -0700 |
commit | 139480d2265d23729162054812988b0d9eca94d9 (patch) | |
tree | 34fe6e02689ffc4d4ae74f95a11a12a805d7190f /ansible/library/find_kernel.py | |
parent | c3c086c179c35e0b27bdfe75ac3366f4fa5d6ceb (diff) |
replace ansible modules
Change-Id: Ia7c1ce781075142910a6c618a9a23f34a710dfe9
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'ansible/library/find_kernel.py')
-rw-r--r-- | ansible/library/find_kernel.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ansible/library/find_kernel.py b/ansible/library/find_kernel.py index 4623bce89..c237baaf2 100644 --- a/ansible/library/find_kernel.py +++ b/ansible/library/find_kernel.py @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -import os DOCUMENTATION = ''' --- |