From 99585a9696f390dc48cf64d863dad8ccdc78cb7d Mon Sep 17 00:00:00 2001 From: Mandar Kulkarni Date: Wed, 4 Aug 2021 23:46:54 -0700 Subject: [PATCH] Update at.py --- plugins/modules/at.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/at.py b/plugins/modules/at.py index 97213c6..9c7b02e 100644 --- a/plugins/modules/at.py +++ b/plugins/modules/at.py @@ -20,7 +20,7 @@ options: chdir: description: - An optional location from where to run the command C(at). - - Useful for intance when running a playbook using ansible-pull with C(purge) option. + - Useful for instance when running a playbook using ansible-pull with C(purge) option. type: path version_added: 1.3.0 command: @@ -44,7 +44,7 @@ options: description: - The state dictates if the command or script file should be evaluated as present(added) or absent(deleted). type: str - choices: [absent, present] + choices: [ absent, present ] default: present unique: description: