mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
Add Bitbucket Pipelines variable module (#54049)
* Add Bitbucket pipelines variable module * Add tests * Remove parameters check for `absent` state * Update version_added documentation field * Minor fixes * A few additional cosmetic changes * Move to source_control * Rename lib/ansible/modules/source_control/bitbucket_pipelines_variable.py to lib/ansible/modules/source_control/bitbucket/bitbucket_pipelines_variable.py * Reflect directory change * Move these imports as well * Rename 'key' parameter (API) to 'name' (GUI) * Add missing __init__.py files to mark modules * Rename module (pipeline should be singular) * Adjust module references and variable names after renaming
This commit is contained in:
parent
1a94cf140c
commit
907765a3a5
5 changed files with 657 additions and 0 deletions
0
lib/ansible/module_utils/source_control/__init__.py
Normal file
0
lib/ansible/module_utils/source_control/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue