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/modules
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.
8 years ago
..
cloud Fix OpenStack keystone domain idempotency (#20637) 8 years ago
clustering Add pacemaker cluster module for being managable with ansible (#19594) 8 years ago
commands Make sure values are strings before performing rstrip. Fixes #20641 (#20643) 8 years ago
crypto Relocating extras into lib/ansible/modules/ after merge 8 years ago
database Support forced SSL-verified connection with given CA certificate 8 years ago
files Reduce the system calls performed by the "file" module 8 years ago
identity minor spelling changes 8 years ago
inventory Refreshed metadata for core modules 8 years ago
messaging Fix code-blocks to use correct syntax highlighting 8 years ago
monitoring Add logstash_plugin to manange logstash plugins (#20592) 8 years ago
network Fix update check issue in junos_config (#20182) 8 years ago
notification hipchat: improve documentation (#20445) 8 years ago
packaging Fixup documentation for the list option in yum module (#20605) 8 years ago
remote_management - If katello sends manifest did not change, do not report a change. - Allow support of repository_sets that do not have a releasever, like the Red Hat Satellite Tools 6.2 for RHEL 7 Server RPMs x86_64 set. (#19022) 8 years ago
source_control Fix git remote url change detection. (#20587) 8 years ago
storage Add doc_fragment and module util for NetApp platforms (#19607) 8 years ago
system added formatting 8 years ago
utilities Use M() to link to the replacement module. (#19976) 8 years ago
web_infrastructure Fix argument name to fail_json(), detail -> details 8 years ago
windows win_robocopy: Small cleanup (#20515) 8 years ago
__init__.py Re-adding the init py for modules 8 years ago