From 2f80a4e30d4508bc3997655261c19547a5a42b63 Mon Sep 17 00:00:00 2001 From: Peter Braun Date: Thu, 9 Apr 2026 09:52:02 +0200 Subject: [PATCH] update docs --- awx_collection/plugins/modules/job_template.py | 1 + awx_collection/plugins/modules/workflow_job_template.py | 1 + 2 files changed, 2 insertions(+) diff --git a/awx_collection/plugins/modules/job_template.py b/awx_collection/plugins/modules/job_template.py index 393d49ec11..7482d8a5a9 100644 --- a/awx_collection/plugins/modules/job_template.py +++ b/awx_collection/plugins/modules/job_template.py @@ -276,6 +276,7 @@ options: - '' - 'github' - 'gitlab' + - 'bitbucket_dc' webhook_credential: description: - Personal Access Token for posting back the status to the service API diff --git a/awx_collection/plugins/modules/workflow_job_template.py b/awx_collection/plugins/modules/workflow_job_template.py index 9705fdc645..398257df7d 100644 --- a/awx_collection/plugins/modules/workflow_job_template.py +++ b/awx_collection/plugins/modules/workflow_job_template.py @@ -117,6 +117,7 @@ options: choices: - github - gitlab + - bitbucket_dc webhook_credential: description: - Personal Access Token for posting back the status to the service API