From c551fb7b049f2d6984c10682b101538cb272db5a Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Tue, 10 Sep 2024 22:03:46 +0200 Subject: [PATCH] feat: add version documentation to nomad_acl_bootstrap module --- plugins/modules/nomad_acl_bootstrap.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/modules/nomad_acl_bootstrap.py b/plugins/modules/nomad_acl_bootstrap.py index 5265ae8..21c45c5 100644 --- a/plugins/modules/nomad_acl_bootstrap.py +++ b/plugins/modules/nomad_acl_bootstrap.py @@ -11,6 +11,8 @@ module: ednz_cloud.hashistack.nomad_acl_bootstrap short_description: Manages the ACL bootstrap of HashiCorp Nomad. +version_added: "0.1.0" + description: - This module bootstraps HashiCorp Nomad ACL, ensuring that it is securely set up for use.