Skip to content

Commit 3b7d1cc

Browse files
committed
Make sure that 'yamllint .' passes.
1 parent 1196a31 commit 3b7d1cc

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

.github/workflows/build-package-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
name: Ansible package docs build
4-
on:
4+
"on":
55
schedule:
66
- cron: '17 5 * * *' # Run at 05:17 am
77
workflow_dispatch:

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Ansible Docsite CI
22

3-
on:
3+
"on":
44
schedule:
5-
# Daily
5+
# Daily
66
- cron: "23 7 * * *"
77
push:
88
branches-ignore:

.yamllint

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
extends: default
33

4+
ignore:
5+
- /lib/ansible/
6+
47
rules:
58
line-length: disable
69
# max: 160
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
all:
22
hosts:
3-
192.168.0.2 # Replace with the IP of your target host
3+
192.168.0.2 # Replace with the IP of your target host

examples/DOCUMENTATION.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ options:
2222
default: a string or the word null
2323
choices:
2424
- enable
25-
- disable
25+
- disable
2626
aliases:
2727
- repo_name
2828
version_added: "1.X"
2929
requirements:
3030
- list of required things
3131
- like the factor package
32-
- zypper >= 1.0
33-
seealso:
32+
- zypper >= 1.0
33+
seealso:
3434
- specify references to other modules, useful guides, and so on
3535
notes:
3636
- other things consumers of your module should know

0 commit comments

Comments
 (0)