mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -07:00
Add new systemd_info module (#9764)
* add systemd_info module
* fix object results
* apply review changes
* apply module change and add doc_fragments
* removed use_unsafe_shell and doc_fragments/systemd
* fix unitname description doc
* fixed doc, replaced systemctl show syntax, added base prop result doc
* fix documentation
* fix RV values in description
* fix RV() description values
* add get_bin_path try/fail and remove list()
* fix doc, removed try block
* add Archlinux in integration test
(cherry picked from commit 8425464c0a
)
Co-authored-by: Nocchia <133043574+NomakCooper@users.noreply.github.com>
10 lines
No EOL
256 B
Text
10 lines
No EOL
256 B
Text
# Copyright (c) Ansible Project
|
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
needs/root
|
|
azp/posix/1
|
|
skip/aix
|
|
skip/freebsd
|
|
skip/osx
|
|
skip/macos |