Skip to content

Commit 421e119

Browse files
bcocanitzmahone
authored andcommitted
made fact_path actual path (ansible#5789)
1 parent edcbc24 commit 421e119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def main():
119119
gather_subset=dict(default=["all"], required=False, type='list'),
120120
gather_timeout=dict(default=10, required=False, type='int'),
121121
filter=dict(default="*", required=False),
122-
fact_path=dict(default='/etc/ansible/facts.d', required=False),
122+
fact_path=dict(default='/etc/ansible/facts.d', required=False, type='path'),
123123
),
124124
supports_check_mode = True,
125125
)

0 commit comments

Comments
 (0)