mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Add fact to obtain iSCSI initiator IQN
This commit is contained in:
committed by
Toshio Kuratomi
parent
4378542ac7
commit
841cb0e6a4
@@ -150,8 +150,8 @@ def main():
|
||||
# TODO: decide what '!all' means, I lean towards making it mean none, but likely needs
|
||||
# some tweaking on how gather_subset operations are performed
|
||||
minimal_gather_subset = frozenset(['apparmor', 'caps', 'cmdline', 'date_time',
|
||||
'distribution', 'dns', 'env', 'fips', 'local', 'lsb',
|
||||
'pkg_mgr', 'platform', 'python', 'selinux',
|
||||
'distribution', 'dns', 'env', 'fips', 'local',
|
||||
'lsb', 'pkg_mgr', 'platform', 'python', 'selinux',
|
||||
'service_mgr', 'ssh_pub_keys', 'user'])
|
||||
|
||||
all_collector_classes = default_collectors.collectors
|
||||
|
||||
Reference in New Issue
Block a user