mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
made fact_path actual path (#5789)
This commit is contained in:
parent
367f675420
commit
e3a43c0d4b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue