mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
made special treatment of certain filesystem for selinux configurable
This commit is contained in:
parent
2e31a67532
commit
0913b8263c
5 changed files with 31 additions and 14 deletions
|
@ -61,7 +61,7 @@ class Inventory(object):
|
|||
self._vars_per_host = {}
|
||||
self._vars_per_group = {}
|
||||
self._hosts_cache = {}
|
||||
self._groups_list = {}
|
||||
self._groups_list = {}
|
||||
self._pattern_cache = {}
|
||||
|
||||
# to be set by calling set_playbook_basedir by playbook code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue