mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 12:22:45 +00:00
made fact_path actual path (#5789)
This commit is contained in:
@@ -119,7 +119,7 @@ def main():
|
||||
gather_subset=dict(default=["all"], required=False, type='list'),
|
||||
gather_timeout=dict(default=10, required=False, type='int'),
|
||||
filter=dict(default="*", required=False),
|
||||
fact_path=dict(default='/etc/ansible/facts.d', required=False),
|
||||
fact_path=dict(default='/etc/ansible/facts.d', required=False, type='path'),
|
||||
),
|
||||
supports_check_mode = True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user