community.general/lib/ansible/modules
Adam Miller 33156712a9 Provide both service state and status when possible in service_facts (#49618)
* Combine systemd units/unit-files output for service_facts

Fixes #47118

Previously we were only taking the output of `systemd units` which
would leave out information about the service units that were
disabled, static, masked, etc. Now we're aggregating the results so
that anything not active/inactive/dead at least is pulled as fact
data with it's state provided.

Signed-off-by: Adam Miller <admiller@redhat.com>

* provide state and status information about services

Fixes #45730

Signed-off-by: Adam Miller <admiller@redhat.com>
2018-12-26 13:24:03 +00:00
..
cloud docker_image: add network parameter (#50313) 2018-12-26 13:23:39 +00:00
clustering Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
commands Command module docs: args vs argv (#49907) 2018-12-19 13:30:05 -05:00
crypto Prevent error if module.params['path'] has no path included. (#50106) 2018-12-20 11:47:26 -05:00
database postgresql_user: set type of conn_limit (#50178) 2018-12-22 20:28:56 +05:30
files Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
identity Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
inventory Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
messaging rabbitmq_binding: Fix using empty routing key (#48597) 2018-12-19 08:30:41 -05:00
monitoring Zabbix Action: Idempotency fix (#50297) 2018-12-26 01:59:45 -05:00
net_tools Update nios_aaaa_record.py (#50271) 2018-12-22 15:52:06 +05:30
network Pluribus Networks igmp snooping module with Unit tests (#50146) 2018-12-24 13:40:02 +05:30
notification Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
packaging Fix typo 2018-12-21 22:49:08 +01:00
remote_management Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
source_control Fix type in RETURN for bitbucket_deploy_key 2018-12-19 22:06:44 -08:00
storage Rewrite (#49570) 2018-12-20 12:19:32 +00:00
system Provide both service state and status when possible in service_facts (#49618) 2018-12-26 13:24:03 +00:00
utilities Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
web_infrastructure Jenkins_plugin: Handle 'latest' version when installing plugin for first time (#49723) 2018-12-20 15:51:02 +00:00
windows win_firewall_rule: Remove invalid 'bypass' action (#50207) 2018-12-21 12:05:28 +10:00
__init__.py