From 09299f1b9a0a8fdc8cc671aa676155816fc5d8a9 Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Sun, 30 May 2021 18:18:21 +0200 Subject: [PATCH] Update version_added 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 f428bfc..ae987c9 100644 --- a/plugins/modules/at.py +++ b/plugins/modules/at.py @@ -22,7 +22,7 @@ options: - An optional location from where to run the command at. Useful for intance when running a playbook using ansible-pull with C(purge) option. type: path - version_added: 1.1.2 + version_added: 1.3.0 command: description: - A command to be executed in the future.