Skip to content

Commit 15191b2

Browse files
committed
small fixes
1 parent 22550ab commit 15191b2

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

.yamllint

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
extends: default
33

44
rules:
5+
line-length:
6+
max: 160
7+
allow-non-breakable-words: true
8+
allow-non-breakable-inline-mappings: false
59
truthy:
610
allowed-values: ['true', 'false']
711
check-keys: false
12+
13+
ignore: |
14+
.tox/

molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ platforms:
1313
image: quay.io/centos/centos:stream8
1414
privileged: true
1515
- name: base-git-centos7
16-
image: milcom/centos7-systemd
16+
image: centos:7
1717
privileged: true
1818
- name: base-git-ubuntu
1919
image: ubuntu

package.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# these python extensions are for testing
22
tox
3-
pipx
43
attrs>=19.2.0
54
rich==12.5.1
65
ansible==6.2.0
@@ -10,6 +9,5 @@ molecule-docker==2.0.0
109
molecule-vagrant-1.0.0
1110
yamllint==1.28.0
1211
docker>=4.3.1
13-
ssh-audit
1412
anyconfig>=0.10.0 # not directly required, pinned by Snyk to avoid a vulnerability
1513
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)