From ceaee68c85079c7251d73e3eefb3aa378d8c6aac Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Sun, 30 May 2021 18:18:47 +0200 Subject: [PATCH] Update plugins/modules/at.py Co-authored-by: quidame --- plugins/modules/at.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/at.py b/plugins/modules/at.py index ae987c9..75dfcec 100644 --- a/plugins/modules/at.py +++ b/plugins/modules/at.py @@ -19,7 +19,7 @@ version_added: "1.0.0" options: chdir: description: - - An optional location from where to run the command at. Useful for intance + - 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. type: path version_added: 1.3.0