You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Evgeniy Krysanov 907765a3a5 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
6 years ago
..
cli Fix typo in CLI help text (#53353) 6 years ago
compat Have update-bundled check for updates to all bundled code 6 years ago
config Conditional bare: fix typos (#53807) 6 years ago
errors Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 6 years ago
executor fixes for stripping (#52930) 6 years ago
galaxy Update galaxy cli metadata file templates (#51398) 6 years ago
inventory Strip whitespace when reading limit file (#53564) 6 years ago
module_utils Add Bitbucket Pipelines variable module (#54049) 6 years ago
modules Add Bitbucket Pipelines variable module (#54049) 6 years ago
parsing dataloader: check exact value of dir (#52021) 6 years ago
playbook include_tasks: fix traceback if no file specified (#54044) 6 years ago
plugins Adding additional doc fragments to panos.py (#54193) 6 years ago
template dict is dict (#54057) 6 years ago
utils Fix encoding handling in unfrackpath. 6 years ago
vars fixes for stripping (#52930) 6 years ago
__init__.py
constants.py Fine tune sanity (#53544) 6 years ago
context.py Become plugins (#50991) 6 years ago
release.py