Skip to content

Commit 9f30694

Browse files
Allow "yes" and "no" as truthy values, more English, more readable.
1 parent 5acde21 commit 9f30694

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

.ansible-lint

-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@ exclude_paths:
1212
- .github
1313
- requirements.yml
1414

15-
skip_list:
16-
- yaml[truthy]
17-
1815
enable_list:
1916
- name[prefix]

.github/workflows/molecule.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- lint
2727
runs-on: ubuntu-20.04
2828
strategy:
29-
fail-fast: false
29+
fail-fast: no
3030
matrix:
3131
config:
3232
- image: "alpine"
@@ -60,10 +60,6 @@ jobs:
6060
uses: actions/checkout@v4
6161
with:
6262
path: "${{ github.repository }}"
63-
# - name: disable apparmor for mysql
64-
# run: sudo ln -s /etc/apparmor.d/usr.sbin.mysqld /etc/apparmor.d/disable/
65-
# - name: parse apparmor for mysql
66-
# run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
6763
- name: molecule
6864
uses: robertdebock/[email protected]
6965
with:

.github/workflows/requirements2png.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
uses: ad-m/github-push-action@master
3232
with:
3333
directory: ${{ github.repository }}
34-
force: true
34+
force: yes
3535
branch: png

.yamllint

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ rules:
99
max-spaces-inside: 1
1010
level: error
1111
line-length: disable
12-
truthy: disable
12+
truthy:
13+
check-keys: no
14+
allowed-values:
15+
- "yes"
16+
- "no"
1317

1418
ignore: |
1519
.tox/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This role has been tested on these [container images](https://hub.docker.com/u/r
6666
|[Amazon](https://hub.docker.com/r/robertdebock/amazonlinux)|Candidate|
6767
|[Debian](https://hub.docker.com/r/robertdebock/debian)|all|
6868
|[EL](https://hub.docker.com/r/robertdebock/enterpriselinux)|8, 9|
69-
|[Fedora](https://hub.docker.com/r/robertdebock/fedora/)|all|
69+
|[Fedora](https://hub.docker.com/r/robertdebock/fedora)|all|
7070
|[opensuse](https://hub.docker.com/r/robertdebock/opensuse)|all|
7171
|[Ubuntu](https://hub.docker.com/r/robertdebock/ubuntu)|all|
7272

0 commit comments

Comments
 (0)