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/test/units/module_utils
Tom Melendez c2edc8a264 [GCE] Google Cloud Pubsub Module (#19091)
* Google Cloud Pubsub Module

The Google Cloud Pubsub module allows the Ansible user to:
* Create/Delete Topics
* Create/Delete Subscriptions
* Change subscription from pull to push (and configure endpoint)
* Publish messages to a topic
* Pull messages from a Subscription

An accessory module, gcpubsub_facts, has been added to list topics and subscriptions.

* Added docs for state field to DOCUMENTATION and RETURN blocks.
9 years ago
..
basic let chdir support relative path in more modules (#16736) 9 years ago
ec2 Skip test_aws.py if boto3/botocore are missing (#17814) 9 years ago
gcp [GCE] Google Cloud Pubsub Module (#19091) 9 years ago
json_utils bugfixes to JSON junk filter, added unit/integration tests to exercise (#17834) 9 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
test_basic.py File attributes (#18213) 9 years ago
test_database.py Switch tests to pytest and ansible-test. 9 years ago
test_distribution_version.py Set ansible_os_family correctly under KDE neon 9 years ago
test_facts.py Fix for run_command tests now that it returns native strings 9 years ago
test_text.py Various python3 updates for module_utils: (#17345) 9 years ago