ansible/lib/ansible
Colleen Murphy 0890559ab5 Fix OpenStack keystone domain idempotency (#20637)
Without this patch, the os_keystone_domain module is not idempotent if
the description is empty because the description parameter is None in
ansible, but the keystone client returns an empty unicode string.
Following the example of other OpenStack modules, this patch fixes the
issue by checking whether the module parameter is None before going on
to check its value.
2017-01-25 16:57:13 +00:00
..
cli Remove platforms api request from galaxy 'init' 2017-01-25 10:34:37 -05:00
compat Fix role completion detection problem 2017-01-03 14:32:44 -06:00
config
errors adds feature to all modules to be run locally (#18763) 2016-12-15 15:47:29 -05:00
executor Fixing iterator bug related to reworking of end-of-role detection 2017-01-19 10:10:07 -06:00
galaxy Remove platforms api request from galaxy 'init' 2017-01-25 10:34:37 -05:00
inventory Fix linenos being wrong in inventory errors 2017-01-19 08:40:20 -08:00
module_utils cloud: ovirt: add affinity groups module (#20047) 2017-01-25 09:17:58 -05:00
modules Fix OpenStack keystone domain idempotency (#20637) 2017-01-25 16:57:13 +00:00
parsing Add representer to AnsibleDumper for AnsibleUnsafeText 2017-01-19 10:10:07 -06:00
playbook Add pipeline-ish method using dd for file transfer over SSH (#18642) 2017-01-19 12:31:14 -05:00
plugins new connection plugin netconf (#20636) 2017-01-25 10:15:26 -05:00
template Don't restrict local jinja2 variables to those that start with l_ 2017-01-20 07:15:51 -06:00
utils Add doc_fragment and module util for NetApp platforms (#19607) 2017-01-25 09:51:57 +00:00
vars Fixing another corner case for security related to CVE-2016-9587 2017-01-11 15:52:58 -06:00
__init__.py
constants.py Add pipeline-ish method using dd for file transfer over SSH (#18642) 2017-01-19 12:31:14 -05:00
release.py
test-requirements.txt Switch tests to pytest and ansible-test. 2017-01-11 12:34:59 -08:00