From 02a55eec7f754fe05b92c00642365f0b4e8f17e8 Mon Sep 17 00:00:00 2001 From: maclin-masterson Date: Wed, 8 May 2024 13:58:34 -0400 Subject: [PATCH] update module docs --- plugins/modules/elastic_agentpolicy.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/modules/elastic_agentpolicy.py b/plugins/modules/elastic_agentpolicy.py index fe0b298..8035474 100644 --- a/plugins/modules/elastic_agentpolicy.py +++ b/plugins/modules/elastic_agentpolicy.py @@ -69,6 +69,10 @@ monitoring: description: Monitoring Attributes type: list + protected: + description: whether or not to enable agent tamper protection + type: bool + default: False ''' from ansible.module_utils.basic import _ANSIBLE_ARGS, AnsibleModule