VSChina / vscode-ansible

VSCode extension for ansible
Other
77 stars 48 forks source link

service_facts: Incorrect type. Expected "object" #265

Open ruckalvnet opened 4 years ago

ruckalvnet commented 4 years ago

Environment

Summary

VS Code wrongly shows an error when service_facts ansible module is properly formatted and it doesn't need any property or object

Reproduce steps

- name: Populate service facts
  service_facts:

Expected Results

No problem reported

Actual Results

Lint problem message: "Incorrect type. Expected "object"."