diff --git a/library/keystone_sp b/library/keystone_sp index da6e73df..9b7081e1 100644 --- a/library/keystone_sp +++ b/library/keystone_sp @@ -15,6 +15,11 @@ # See the License for the specific language governing permissions and # limitations under the License. + +# import module snippets +from ansible.module_utils.basic import * + + DOCUMENTATION = """ --- module: keystone_sp @@ -111,7 +116,5 @@ def main(): resp = {'stderr': exp} module.fail_json(msg='Failed Process', **resp) -# import module snippets -from ansible.module_utils.basic import * if __name__ == '__main__': main()