Skip to content

Instantly share code, notes, and snippets.

@stpierre
Created September 29, 2016 23:46
Show Gist options
  • Save stpierre/4f9891b521e7e61b74dc01e24107e103 to your computer and use it in GitHub Desktop.
Save stpierre/4f9891b521e7e61b74dc01e24107e103 to your computer and use it in GitHub Desktop.
% ansible-lint test.yml
Couldn't parse task at Unknown (no action detected in task. This often indicates a misspelled module name, or incorrect module path.)
{ '__line__': 5, 'bogus': True, 'name': 'bogus'}
---
- name: test
hosts: localhost
tasks:
- name: bogus
bogus: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment