reclassify fact_path to avoid local relative path (#67652)
should fix following when setting windows path in ansible.cfg: {"ansible_facts": {}, "changed": false, "failed_modules": {"setup": {"changed": false, "failed": true, "msg": "Get-AnsibleParam: Parameter 'fact_path' has an invalid path '/home/myname/ansible/test/C:\\users\\vagrant\\facts.d\\' specified."}}, "msg": "The following modules failed to execute: setup\n"}
This commit is contained in:
parent
ecd66a6a6e
commit
d52d02f8aa
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ DEFAULT_FACT_PATH:
|
|||
env: [{name: ANSIBLE_FACT_PATH}]
|
||||
ini:
|
||||
- {key: fact_path, section: defaults}
|
||||
type: path
|
||||
type: string
|
||||
yaml: {key: facts.gathering.fact_path}
|
||||
DEFAULT_FILTER_PLUGIN_PATH:
|
||||
name: Jinja2 Filter Plugins Path
|
||||
|
|
Loading…
Add table
Reference in a new issue