.. _bitbucket_commit_module:


bitbucket_commit -- Commit changes in repository
================================================

.. contents::
   :local:
   :depth: 1


Synopsis
--------

Commit changes to Bitbucket repository



Requirements
------------
The below requirements are needed on the host that executes this module.

- os
- pathlib
- gitpython



Parameters
----------

  repository (True, str, None)
    Repository name.


  project_key (True, str, None)
    Bitbucket project key.


  commit_msg (True, str, None)
    Bitbucket commit message.


  dest (False, str, None)
    Local destination directory for repository.









Examples
--------

.. code-block:: yaml+jinja

    





Status
------





Authors
~~~~~~~

- Pawel Smolarz (pawel.smolarz@nordea.com)

