mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
facter_facts: new module (#7356)
* facter: add option to return facts instead of output variables * Update plugins/modules/facter.py Co-authored-by: Felix Fontein <felix@fontein.de> * add output doc * add changelog frag * reversed facter.py, created facter_facts.py * remove chglog fragment for new module * add BOTMETA entry * adjust facters code to facters_fact, add unit test * Update plugins/modules/facter_facts.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/facter_facts.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/facter_facts.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
932b657ab8
commit
bb59962061
4 changed files with 149 additions and 0 deletions
3
.github/BOTMETA.yml
vendored
3
.github/BOTMETA.yml
vendored
|
|
@ -497,6 +497,9 @@ files:
|
|||
$modules/facter.py:
|
||||
labels: facter
|
||||
maintainers: $team_ansible_core gamethis
|
||||
$modules/facter_facts.py:
|
||||
labels: facter
|
||||
maintainers: russoz $team_ansible_core gamethis
|
||||
$modules/filesize.py:
|
||||
maintainers: quidame
|
||||
$modules/filesystem.py:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue