VSChina / vscode-ansible

VSCode extension for ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

service_facts: Incorrect type. Expected "object"

ruckalvnet opened this issue · comments

Environment

  • Extension version: 0.5.2
  • OS Type: Linux

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"."