Skip to content

Commit

Permalink
Added tox for linting and testing (#118)
Browse files Browse the repository at this point in the history
Molecule fix.
  • Loading branch information
freemanjp authored Mar 3, 2024
1 parent 088ab4b commit 9f489ce
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 48 deletions.
6 changes: 0 additions & 6 deletions molecule/debian_max/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ driver:

role_name_check: 2

lint: |
set -e
yamllint .
ansible-lint
flake8
platforms:
- name: ansible_role_minikube_debian_max
image: debian:11
Expand Down
6 changes: 0 additions & 6 deletions molecule/debian_min/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ driver:

role_name_check: 2

lint: |
set -e
yamllint .
ansible-lint
flake8
platforms:
- name: ansible_role_minikube_debian_min
image: debian:9
Expand Down
6 changes: 0 additions & 6 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ driver:

role_name_check: 2

lint: |
set -e
yamllint .
ansible-lint
flake8
platforms:
- name: ansible_role_minikube_default
image: ubuntu:20.04
Expand Down
6 changes: 0 additions & 6 deletions molecule/fedora/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ driver:

role_name_check: 2

lint: |
set -e
yamllint .
ansible-lint
flake8
platforms:
- name: ansible_role_minikube_fedora
image: fedora:35
Expand Down
6 changes: 0 additions & 6 deletions molecule/opensuse/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ driver:

role_name_check: 2

lint: |
set -e
yamllint .
ansible-lint
flake8
platforms:
- name: ansible_role_minikube_opensuse
image: opensuse/leap:15.4
Expand Down
6 changes: 0 additions & 6 deletions molecule/rocky/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ driver:

role_name_check: 2

lint: |
set -e
yamllint .
ansible-lint
flake8
platforms:
- name: ansible_role_minikube_rocky
image: rockylinux/rockylinux:8
Expand Down
6 changes: 0 additions & 6 deletions molecule/ubuntu_max/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ driver:

role_name_check: 2

lint: |
set -e
yamllint .
ansible-lint
flake8
platforms:
- name: ansible_role_minikube_ubuntu_max
image: ubuntu:20.04
Expand Down
6 changes: 0 additions & 6 deletions molecule/ubuntu_min/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ driver:

role_name_check: 2

lint: |
set -e
yamllint .
ansible-lint
flake8
platforms:
- name: ansible_role_minikube_ubuntu_min
image: ubuntu:18.04
Expand Down

0 comments on commit 9f489ce

Please sign in to comment.