From ef79932d16c9727106541ba3d5c72d93c3520bdb Mon Sep 17 00:00:00 2001 From: molekuul Date: Thu, 2 Mar 2017 13:51:31 +0100 Subject: [PATCH] added new RETURN block (#22183) --- lib/ansible/modules/system/aix_inittab.py | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/aix_inittab.py b/lib/ansible/modules/system/aix_inittab.py index 89fde01ada4..449887d9950 100644 --- a/lib/ansible/modules/system/aix_inittab.py +++ b/lib/ansible/modules/system/aix_inittab.py @@ -113,7 +113,21 @@ EXAMPLES = ''' ''' RETURN = ''' - +name: + description: name of the adjusted inittab entry + returned: always + type: string + sample: startmyservice +mgs: + description: action done with the inittab entry + returned: changed + type: string + sample: changed inittab entry startmyservice +changed: + description: whether the inittab changed or not + return: always + type: boolean + sample: true ''' # Import necessary libraries