1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/modules
Brad House 52b582a7a4 modules/notification/irc: Fix channel joining for some IRC servers. (#55444)
* Fix channel joining for some IRC servers.

Some IRC servers may return the channel in a different case than
requested.  For instance, you might request "foo" but the server
returns "FOO".  The regular expression matching must be case-insensitive
for the join response in order to handle this.

* ansible style guidelines want spaces
2019-04-17 18:55:43 -04:00
..
cloud lxd_container: Create container via fingerprint (#52737) 2019-04-17 13:35:48 -05:00
clustering Remove modules which have ended their deprecation cycle 2019-04-12 12:57:35 -07:00
commands
crypto openssl_csr: fix idempotency problems (#55142) 2019-04-15 09:15:08 +02:00
database Postgresql docs fragments 2 (#55363) 2019-04-17 13:12:19 -05:00
files Template: Example of SELinux context type (#54861) 2019-04-15 12:06:48 -05:00
identity New module: keycloak_group (#35637) 2019-04-10 15:58:20 -04:00
inventory
messaging
monitoring Add type int for various argument params (#55026) 2019-04-10 16:19:00 -04:00
net_tools Address 2.9 uri deprecations (#55330) 2019-04-16 14:17:03 -05:00
network fix bugs for ce (#54750) 2019-04-17 12:51:58 +05:30
notification modules/notification/irc: Fix channel joining for some IRC servers. (#55444) 2019-04-17 18:55:43 -04:00
packaging apt: remove deprecated installed/removed aliases (#55338) 2019-04-16 11:42:53 -04:00
remote_management Use different headers for each HTTP method (#55193) 2019-04-15 11:04:18 +01:00
source_control Version in deprecate calls should be a string (#55395) 2019-04-16 14:40:20 -05:00
storage Remove unneccessary line in config section of purefa_facts (#55164) 2019-04-11 15:04:25 -04:00
system Clarify fact_path configurable in ansible.cfg (#54992) 2019-04-15 15:21:00 -05:00
utilities
web_infrastructure Fixed wrong variable specification format in examples (#55252) 2019-04-15 15:18:11 -05:00
windows Bump deps for ntlm-auth and PSScriptAnalyzer (#55269) 2019-04-16 06:43:41 +10:00
__init__.py