Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
update changelog
  • Loading branch information
sbaerlocher authored Apr 18, 2021
2 parents 1b36279 + f244f5a commit 6399324
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 12 deletions.
1 change: 0 additions & 1 deletion .yamllint

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
and [human-readable changelog](https://keepachangelog.com/en/1.0.0/).

## 2.1.0

### Added

- Add snap to secure_path for Ubuntu

### Changed

- Bump robertdebock/galaxy-action from 1.1.0 to 1.1.1

## 2.0.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion molecule/alpine-3.11/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ driver:
name: docker
lint: |
set -e
yamllint .
yamllint -c .github/linters/.yaml-lint.yml .
ansible-lint ../arillso.sudoers
flake8
platforms:
Expand Down
2 changes: 1 addition & 1 deletion molecule/alpine-3.12/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ driver:
name: docker
lint: |
set -e
yamllint .
yamllint -c .github/linters/.yaml-lint.yml .
ansible-lint ../arillso.sudoers
flake8
platforms:
Expand Down
2 changes: 1 addition & 1 deletion molecule/centos-7/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ driver:
name: docker
lint: |
set -e
yamllint .
yamllint -c .github/linters/.yaml-lint.yml .
ansible-lint ../arillso.sudoers
flake8
platforms:
Expand Down
2 changes: 1 addition & 1 deletion molecule/centos-8/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ driver:
name: docker
lint: |
set -e
yamllint .
yamllint -c .github/linters/.yaml-lint.yml .
ansible-lint ../arillso.sudoers
flake8
platforms:
Expand Down
2 changes: 1 addition & 1 deletion molecule/debian-bullseye/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ driver:
name: docker
lint: |
set -e
yamllint .
yamllint -c .github/linters/.yaml-lint.yml .
ansible-lint ../arillso.sudoers
flake8
platforms:
Expand Down
2 changes: 1 addition & 1 deletion molecule/debian-buster/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ driver:
name: docker
lint: |
set -e
yamllint .
yamllint -c .github/linters/.yaml-lint.yml .
ansible-lint ../arillso.sudoers
flake8
platforms:
Expand Down
2 changes: 1 addition & 1 deletion molecule/debian-sid/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ driver:
name: docker
lint: |
set -e
yamllint .
yamllint -c .github/linters/.yaml-lint.yml .
ansible-lint ../arillso.sudoers
flake8
platforms:
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependency:
driver:
name: docker
lint: |
yamllint .
yamllint -c .github/linters/.yaml-lint.yml .
ansible-lint ../arillso.sudoers
flake8
platforms:
Expand Down
2 changes: 1 addition & 1 deletion molecule/ubuntu-bionic/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ driver:
name: docker
lint: |
set -e
yamllint .
yamllint -c .github/linters/.yaml-lint.yml .
ansible-lint ../arillso.sudoers
flake8
platforms:
Expand Down
2 changes: 1 addition & 1 deletion molecule/ubuntu-focal/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ driver:
name: docker
lint: |
set -e
yamllint .
yamllint -c .github/linters/.yaml-lint.yml .
ansible-lint ../arillso.sudoers
flake8
platforms:
Expand Down
2 changes: 1 addition & 1 deletion molecule/ubuntu-xenial/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ driver:
name: docker
lint: |
set -e
yamllint .
yamllint -c .github/linters/.yaml-lint.yml .
ansible-lint ../arillso.sudoers
flake8
platforms:
Expand Down

0 comments on commit 6399324

Please sign in to comment.