Skip to content

Commit 8eb9584

Browse files
authored
Update schema etags (#3148)
1 parent 63712a8 commit 8eb9584

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,4 @@ repos:
248248
language: python
249249
pass_filenames: false
250250
always_run: true
251-
stages: [manual]
251+
# stages: [manual]

src/ansiblelint/schemas/__store__.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/molecule.json"
4141
},
4242
"playbook": {
43-
"etag": "1813d65227c1b299b53d012ea451409acce3bdac33037fe4224bfe5df0fab76e",
43+
"etag": "e3d70feae13f51615d321f313d1687655ba60bff3c2c4663835989f450cd62b9",
4444
"url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/playbook.json"
4545
},
4646
"requirements": {
@@ -52,7 +52,7 @@
5252
"url": "https://raw.githubusercontent.com/ansible/ansible-rulebook/main/ansible_rulebook/schema/ruleset_schema.json"
5353
},
5454
"tasks": {
55-
"etag": "9226a9fea0a3cfa1bbc6c4db57fb4b28e5cf8abd7f390fa4a93cf1cf38ac64cd",
55+
"etag": "f963fb01a8fd00cace37d32022d03d2eb23302c7ece114a798b7dfa9c9a8162b",
5656
"url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/tasks.json"
5757
},
5858
"vars": {

0 commit comments

Comments
 (0)