Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 8, 2023
1 parent d29e8da commit dc354b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ansiblelint/schemas/meta-runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
},
"requires_ansible": {
"examples": [">=2.10,<2.11"],
"pattern": "^[^\\s]*$",
"title": "The version of Ansible Core (ansible-core) required to use the collection. Multiple versions can be separated with a comma.",
"type": "string",
"pattern": "^[^\\s]*$"
"type": "string"
}
},
"title": "Ansible Meta Runtime Schema",
Expand Down

0 comments on commit dc354b5

Please sign in to comment.