Skip to content

Commit

Permalink
Remove the lint command from the Molecule configurations
Browse files Browse the repository at this point in the history
The `lint` command was removed in Molecule v5 so we should
remove our uses.
  • Loading branch information
mcdonnnj committed May 3, 2023
1 parent 52265b1 commit 4cb3213
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions molecule/default/molecule-no-systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ dependency:
name: galaxy
driver:
name: docker
lint: |
set -e
yamllint .
ansible-lint
flake8
platforms:
- image: amazonlinux:2023
name: amazonlinux2023
Expand Down
5 changes: 0 additions & 5 deletions molecule/default/molecule-with-systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ dependency:
name: galaxy
driver:
name: docker
lint: |
set -e
yamllint .
ansible-lint
flake8
platforms:
- cgroupns_mode: host
command: /lib/systemd/systemd
Expand Down

0 comments on commit 4cb3213

Please sign in to comment.