From 1d2349872ade6b877bee6cdad586cce78d3a159f Mon Sep 17 00:00:00 2001 From: John R Barker Date: Fri, 24 Feb 2017 20:44:48 +0000 Subject: [PATCH] RETURN block is broken, so delete it --- lib/ansible/modules/system/aix_inittab.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/ansible/modules/system/aix_inittab.py b/lib/ansible/modules/system/aix_inittab.py index a80bc24a3fe..89fde01ada4 100644 --- a/lib/ansible/modules/system/aix_inittab.py +++ b/lib/ansible/modules/system/aix_inittab.py @@ -113,11 +113,7 @@ EXAMPLES = ''' ''' RETURN = ''' -# description: The result is deliverd in an dictionary. -- return: - changed: true - name: "startmyservice" - msg: "changed inittab entry startmyservice" + ''' # Import necessary libraries