Skip to content

Commit 4cb3213

Browse files
committed
Remove the lint command from the Molecule configurations
The `lint` command was removed in Molecule v5 so we should remove our uses.
1 parent 52265b1 commit 4cb3213

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

molecule/default/molecule-no-systemd.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ dependency:
1010
name: galaxy
1111
driver:
1212
name: docker
13-
lint: |
14-
set -e
15-
yamllint .
16-
ansible-lint
17-
flake8
1813
platforms:
1914
- image: amazonlinux:2023
2015
name: amazonlinux2023

molecule/default/molecule-with-systemd.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ dependency:
99
name: galaxy
1010
driver:
1111
name: docker
12-
lint: |
13-
set -e
14-
yamllint .
15-
ansible-lint
16-
flake8
1712
platforms:
1813
- cgroupns_mode: host
1914
command: /lib/systemd/systemd

0 commit comments

Comments
 (0)