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