community.general/lib/ansible/modules
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
2019-03-22 13:17:08 +01:00
..
cloud kubevirt_template: Use proper api version (#54218) 2019-03-22 04:56:49 -04:00
clustering Allow user to specify a custom condition when waiting (#52185) 2019-03-06 12:41:17 +00:00
commands Updated playbook works sample. (#51673) 2019-03-11 17:12:05 -05:00
crypto openssl_publickey: fix handling of OpenSSH private keys with passphrase (#54192) 2019-03-22 16:15:55 +05:30
database #50877: add support to postgresql_privs to use "FOR { ROLE | USER } target_role" in "ALTER DEFAULT PRIVILEGES" (#51073) 2019-03-21 13:26:44 +00:00
files Add force_archive option to archive module to allow archiving and compression of single files (#49429) 2019-03-19 21:11:08 -04:00
identity FreeIPA: Fix ipa_user password option (#48453) 2019-03-11 15:44:06 +05:30
inventory utilities: Clean up parameter types and add seealso (#53063) 2019-03-07 00:25:59 +01:00
messaging Fix idempotence in rabbitmq_plugin (#52166) 2019-02-22 08:36:32 +00:00
monitoring Zabbix action: Correcting 'notify_all_involved' for acknowledge operations (#53197) 2019-03-03 04:23:22 -05:00
net_tools whitespace fix to nmcli (#51079) 2019-03-21 20:05:08 -05:00
network nxos_static_route: reconcile_candidate fails to remove 'track' routes (#53806) 2019-03-21 18:52:46 +05:30
notification
packaging Fixes flatpak module to work with flatpak >=1.2.0, fixes #51485 (#51482) 2019-03-21 15:57:41 +00:00
remote_management fix AttributeError for 'systems_uri' (#54178) 2019-03-21 17:50:40 -04:00
source_control Add Bitbucket Pipelines variable module (#54049) 2019-03-22 13:17:08 +01:00
storage Add collection of host target ports connected to a host object (#54141) 2019-03-22 00:52:05 -04:00
system Add BusyBox support to user module (#45507) 2019-03-21 11:42:12 -04:00
utilities fixed docbuild errors (#54061) 2019-03-20 11:23:06 -05:00
web_infrastructure tower_settings: "get" isn't implemented, "value" parameter is required (#54028) 2019-03-19 12:28:16 -04:00
windows Windows module: win_optional_feature for Windows workstations (#53709) 2019-03-20 12:13:06 +10:00
__init__.py