Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Fix task and playbook detection in schema #370

Merged
merged 3 commits into from
Sep 12, 2022

Conversation

ganeshrn
Copy link
Member

@ganeshrn ganeshrn commented Sep 9, 2022

  • Currently tasks schema validates with a file identified as schema

  • This PR adds hosts, block, tasks and import_playbook as invalid keyword for task file thus throwing an error in case a playbook file is validated with task schema

  • Add user with is alias to remote_user as a valid play keyword

* Currently tasks schema validates with a file identified as schema

* This PR adds  `hosts`, `block`, `tasks` and `import_playbook`
  as invalid keyword for task file thus throwing an error in case
  a playbook file is validated with task schema

* Add `user` with is alias to `remote_user` as a valid play keyword
@ganeshrn ganeshrn added the bug Something isn't working label Sep 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants